Go to the documentation of this file. 2 #ifndef VTKCOMMONCACHE_EXPORT_H 3 #define VTKCOMMONCACHE_EXPORT_H 5 #ifdef VTKCOMMONCACHE_STATIC_DEFINE 6 # define VTKCOMMONCACHE_EXPORT 7 # define VTKCOMMONCACHE_NO_EXPORT 9 # ifndef VTKCOMMONCACHE_EXPORT 10 # ifdef vtkCommonCache_EXPORTS 12 # define VTKCOMMONCACHE_EXPORT __attribute__((visibility("default"))) 15 # define VTKCOMMONCACHE_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKCOMMONCACHE_NO_EXPORT 20 # define VTKCOMMONCACHE_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKCOMMONCACHE_DEPRECATED 25 # define VTKCOMMONCACHE_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKCOMMONCACHE_DEPRECATED_EXPORT 29 # define VTKCOMMONCACHE_DEPRECATED_EXPORT VTKCOMMONCACHE_EXPORT VTKCOMMONCACHE_DEPRECATED 32 #ifndef VTKCOMMONCACHE_DEPRECATED_NO_EXPORT 33 # define VTKCOMMONCACHE_DEPRECATED_NO_EXPORT VTKCOMMONCACHE_NO_EXPORT VTKCOMMONCACHE_DEPRECATED 37 # ifndef VTKCOMMONCACHE_NO_DEPRECATED 38 # define VTKCOMMONCACHE_NO_DEPRECATED