Go to the documentation of this file. 2 #ifndef VTKIOFLUENTCFF_EXPORT_H 3 #define VTKIOFLUENTCFF_EXPORT_H 5 #ifdef VTKIOFLUENTCFF_STATIC_DEFINE 6 # define VTKIOFLUENTCFF_EXPORT 7 # define VTKIOFLUENTCFF_NO_EXPORT 9 # ifndef VTKIOFLUENTCFF_EXPORT 10 # ifdef IOFLUENTCFF_EXPORTS 12 # define VTKIOFLUENTCFF_EXPORT __attribute__((visibility("default"))) 15 # define VTKIOFLUENTCFF_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKIOFLUENTCFF_NO_EXPORT 20 # define VTKIOFLUENTCFF_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKIOFLUENTCFF_DEPRECATED 25 # define VTKIOFLUENTCFF_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKIOFLUENTCFF_DEPRECATED_EXPORT 29 # define VTKIOFLUENTCFF_DEPRECATED_EXPORT VTKIOFLUENTCFF_EXPORT VTKIOFLUENTCFF_DEPRECATED 32 #ifndef VTKIOFLUENTCFF_DEPRECATED_NO_EXPORT 33 # define VTKIOFLUENTCFF_DEPRECATED_NO_EXPORT VTKIOFLUENTCFF_NO_EXPORT VTKIOFLUENTCFF_DEPRECATED 37 # ifndef VTKIOFLUENTCFF_NO_DEPRECATED 38 # define VTKIOFLUENTCFF_NO_DEPRECATED