Macros
vtkh5hut_export.h File Reference

Go to the source code of this file.

Macros

#define VTKH5HUT_EXPORT   __attribute__((visibility("default")))
 
#define H5HUT_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define H5HUT_DEPRECATED   __attribute__ ((__deprecated__))
 
#define H5HUT_DEPRECATED_EXPORT   VTKH5HUT_EXPORT H5HUT_DEPRECATED
 
#define H5HUT_DEPRECATED_NO_EXPORT   H5HUT_NO_EXPORT H5HUT_DEPRECATED
 

Macro Definition Documentation

◆ VTKH5HUT_EXPORT

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

Definition at line 15 of file vtkh5hut_export.h.

◆ H5HUT_NO_EXPORT

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

Definition at line 20 of file vtkh5hut_export.h.

◆ H5HUT_DEPRECATED

#define H5HUT_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkh5hut_export.h.

◆ H5HUT_DEPRECATED_EXPORT

#define H5HUT_DEPRECATED_EXPORT   VTKH5HUT_EXPORT H5HUT_DEPRECATED

Definition at line 29 of file vtkh5hut_export.h.

◆ H5HUT_DEPRECATED_NO_EXPORT

#define H5HUT_DEPRECATED_NO_EXPORT   H5HUT_NO_EXPORT H5HUT_DEPRECATED

Definition at line 33 of file vtkh5hut_export.h.