Macros
vtkh5part_export.h File Reference

Go to the source code of this file.

Macros

#define VTKH5PART_EXPORT   __attribute__((visibility("default")))
 
#define H5PART_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define H5PART_DEPRECATED   __attribute__ ((__deprecated__))
 
#define H5PART_DEPRECATED_EXPORT   VTKH5PART_EXPORT H5PART_DEPRECATED
 
#define H5PART_DEPRECATED_NO_EXPORT   H5PART_NO_EXPORT H5PART_DEPRECATED
 

Macro Definition Documentation

◆ VTKH5PART_EXPORT

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

Definition at line 15 of file vtkh5part_export.h.

◆ H5PART_NO_EXPORT

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

Definition at line 20 of file vtkh5part_export.h.

◆ H5PART_DEPRECATED

#define H5PART_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkh5part_export.h.

◆ H5PART_DEPRECATED_EXPORT

#define H5PART_DEPRECATED_EXPORT   VTKH5PART_EXPORT H5PART_DEPRECATED

Definition at line 29 of file vtkh5part_export.h.

◆ H5PART_DEPRECATED_NO_EXPORT

#define H5PART_DEPRECATED_NO_EXPORT   H5PART_NO_EXPORT H5PART_DEPRECATED

Definition at line 33 of file vtkh5part_export.h.