Macros
vtkRemotingCoreModule.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VTKREMOTINGCORE_EXPORT   __attribute__((visibility("default")))
 
#define VTKREMOTINGCORE_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKREMOTINGCORE_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKREMOTINGCORE_DEPRECATED_EXPORT   VTKREMOTINGCORE_EXPORT VTKREMOTINGCORE_DEPRECATED
 
#define VTKREMOTINGCORE_DEPRECATED_NO_EXPORT   VTKREMOTINGCORE_NO_EXPORT VTKREMOTINGCORE_DEPRECATED
 

Macro Definition Documentation

◆ VTKREMOTINGCORE_EXPORT

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

Definition at line 15 of file vtkRemotingCoreModule.h.

◆ VTKREMOTINGCORE_NO_EXPORT

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

Definition at line 20 of file vtkRemotingCoreModule.h.

◆ VTKREMOTINGCORE_DEPRECATED

#define VTKREMOTINGCORE_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkRemotingCoreModule.h.

◆ VTKREMOTINGCORE_DEPRECATED_EXPORT

#define VTKREMOTINGCORE_DEPRECATED_EXPORT   VTKREMOTINGCORE_EXPORT VTKREMOTINGCORE_DEPRECATED

Definition at line 29 of file vtkRemotingCoreModule.h.

◆ VTKREMOTINGCORE_DEPRECATED_NO_EXPORT

#define VTKREMOTINGCORE_DEPRECATED_NO_EXPORT   VTKREMOTINGCORE_NO_EXPORT VTKREMOTINGCORE_DEPRECATED

Definition at line 33 of file vtkRemotingCoreModule.h.