Go to the documentation of this file. 2 #ifndef VTKREMOTINGEXPORT_EXPORT_H 3 #define VTKREMOTINGEXPORT_EXPORT_H 5 #ifdef VTKREMOTINGEXPORT_STATIC_DEFINE 6 # define VTKREMOTINGEXPORT_EXPORT 7 # define VTKREMOTINGEXPORT_NO_EXPORT 9 # ifndef VTKREMOTINGEXPORT_EXPORT 10 # ifdef RemotingExport_EXPORTS 12 # define VTKREMOTINGEXPORT_EXPORT __attribute__((visibility("default"))) 15 # define VTKREMOTINGEXPORT_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKREMOTINGEXPORT_NO_EXPORT 20 # define VTKREMOTINGEXPORT_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKREMOTINGEXPORT_DEPRECATED 25 # define VTKREMOTINGEXPORT_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKREMOTINGEXPORT_DEPRECATED_EXPORT 29 # define VTKREMOTINGEXPORT_DEPRECATED_EXPORT VTKREMOTINGEXPORT_EXPORT VTKREMOTINGEXPORT_DEPRECATED 32 #ifndef VTKREMOTINGEXPORT_DEPRECATED_NO_EXPORT 33 # define VTKREMOTINGEXPORT_DEPRECATED_NO_EXPORT VTKREMOTINGEXPORT_NO_EXPORT VTKREMOTINGEXPORT_DEPRECATED 37 # ifndef VTKREMOTINGEXPORT_NO_DEPRECATED 38 # define VTKREMOTINGEXPORT_NO_DEPRECATED