Macros
vtkRemotingSettingsModule.h File Reference
#include "vtkABINamespace.h"
Include dependency graph for vtkRemotingSettingsModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VTKREMOTINGSETTINGS_EXPORT   __attribute__((visibility("default")))
 
#define VTKREMOTINGSETTINGS_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKREMOTINGSETTINGS_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKREMOTINGSETTINGS_DEPRECATED_EXPORT   VTKREMOTINGSETTINGS_EXPORT VTKREMOTINGSETTINGS_DEPRECATED
 
#define VTKREMOTINGSETTINGS_DEPRECATED_NO_EXPORT   VTKREMOTINGSETTINGS_NO_EXPORT VTKREMOTINGSETTINGS_DEPRECATED
 

Macro Definition Documentation

◆ VTKREMOTINGSETTINGS_EXPORT

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

Definition at line 15 of file vtkRemotingSettingsModule.h.

◆ VTKREMOTINGSETTINGS_NO_EXPORT

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

Definition at line 20 of file vtkRemotingSettingsModule.h.

◆ VTKREMOTINGSETTINGS_DEPRECATED

#define VTKREMOTINGSETTINGS_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkRemotingSettingsModule.h.

◆ VTKREMOTINGSETTINGS_DEPRECATED_EXPORT

#define VTKREMOTINGSETTINGS_DEPRECATED_EXPORT   VTKREMOTINGSETTINGS_EXPORT VTKREMOTINGSETTINGS_DEPRECATED

Definition at line 29 of file vtkRemotingSettingsModule.h.

◆ VTKREMOTINGSETTINGS_DEPRECATED_NO_EXPORT

#define VTKREMOTINGSETTINGS_DEPRECATED_NO_EXPORT   VTKREMOTINGSETTINGS_NO_EXPORT VTKREMOTINGSETTINGS_DEPRECATED

Definition at line 33 of file vtkRemotingSettingsModule.h.