Go to the documentation of this file. 2 #ifndef VTKIOXML_EXPORT_H 3 #define VTKIOXML_EXPORT_H 5 #ifdef VTKIOXML_STATIC_DEFINE 6 # define VTKIOXML_EXPORT 7 # define VTKIOXML_NO_EXPORT 9 # ifndef VTKIOXML_EXPORT 12 # define VTKIOXML_EXPORT __attribute__((visibility("default"))) 15 # define VTKIOXML_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKIOXML_NO_EXPORT 20 # define VTKIOXML_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKIOXML_DEPRECATED 25 # define VTKIOXML_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKIOXML_DEPRECATED_EXPORT 29 # define VTKIOXML_DEPRECATED_EXPORT VTKIOXML_EXPORT VTKIOXML_DEPRECATED 32 #ifndef VTKIOXML_DEPRECATED_NO_EXPORT 33 # define VTKIOXML_DEPRECATED_NO_EXPORT VTKIOXML_NO_EXPORT VTKIOXML_DEPRECATED 37 # ifndef VTKIOXML_NO_DEPRECATED 38 # define VTKIOXML_NO_DEPRECATED