Go to the documentation of this file. 2 #ifndef VTKH5HUT_EXPORT_H 3 #define VTKH5HUT_EXPORT_H 5 #ifdef H5HUT_STATIC_DEFINE 6 # define VTKH5HUT_EXPORT 7 # define H5HUT_NO_EXPORT 9 # ifndef VTKH5HUT_EXPORT 12 # define VTKH5HUT_EXPORT __attribute__((visibility("default"))) 15 # define VTKH5HUT_EXPORT __attribute__((visibility("default"))) 19 # ifndef H5HUT_NO_EXPORT 20 # define H5HUT_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef H5HUT_DEPRECATED 25 # define H5HUT_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef H5HUT_DEPRECATED_EXPORT 29 # define H5HUT_DEPRECATED_EXPORT VTKH5HUT_EXPORT H5HUT_DEPRECATED 32 #ifndef H5HUT_DEPRECATED_NO_EXPORT 33 # define H5HUT_DEPRECATED_NO_EXPORT H5HUT_NO_EXPORT H5HUT_DEPRECATED 37 # ifndef H5HUT_NO_DEPRECATED 38 # define H5HUT_NO_DEPRECATED