Macros
vtkdoubleconversion_export.h File Reference

Go to the source code of this file.

Macros

#define VTKDOUBLECONVERSION_EXPORT   __attribute__((visibility("default")))
 
#define DOUBLECONVERSION_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define DOUBLECONVERSION_DEPRECATED   __attribute__ ((__deprecated__))
 
#define DOUBLECONVERSION_DEPRECATED_EXPORT   VTKDOUBLECONVERSION_EXPORT DOUBLECONVERSION_DEPRECATED
 
#define DOUBLECONVERSION_DEPRECATED_NO_EXPORT   DOUBLECONVERSION_NO_EXPORT DOUBLECONVERSION_DEPRECATED
 

Macro Definition Documentation

◆ VTKDOUBLECONVERSION_EXPORT

#define VTKDOUBLECONVERSION_EXPORT   __attribute__((visibility("default")))

Definition at line 15 of file vtkdoubleconversion_export.h.

◆ DOUBLECONVERSION_NO_EXPORT

#define DOUBLECONVERSION_NO_EXPORT   __attribute__((visibility("hidden")))

Definition at line 20 of file vtkdoubleconversion_export.h.

◆ DOUBLECONVERSION_DEPRECATED

#define DOUBLECONVERSION_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkdoubleconversion_export.h.

◆ DOUBLECONVERSION_DEPRECATED_EXPORT

#define DOUBLECONVERSION_DEPRECATED_EXPORT   VTKDOUBLECONVERSION_EXPORT DOUBLECONVERSION_DEPRECATED

Definition at line 29 of file vtkdoubleconversion_export.h.

◆ DOUBLECONVERSION_DEPRECATED_NO_EXPORT

#define DOUBLECONVERSION_DEPRECATED_NO_EXPORT   DOUBLECONVERSION_NO_EXPORT DOUBLECONVERSION_DEPRECATED

Definition at line 33 of file vtkdoubleconversion_export.h.