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

Go to the source code of this file.

Macros

#define VTKREMOTINGAPPLICATION_EXPORT   __attribute__((visibility("default")))
 
#define VTKREMOTINGAPPLICATION_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKREMOTINGAPPLICATION_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKREMOTINGAPPLICATION_DEPRECATED_EXPORT   VTKREMOTINGAPPLICATION_EXPORT VTKREMOTINGAPPLICATION_DEPRECATED
 
#define VTKREMOTINGAPPLICATION_DEPRECATED_NO_EXPORT   VTKREMOTINGAPPLICATION_NO_EXPORT VTKREMOTINGAPPLICATION_DEPRECATED
 

Macro Definition Documentation

◆ VTKREMOTINGAPPLICATION_EXPORT

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

Definition at line 15 of file vtkRemotingApplicationModule.h.

◆ VTKREMOTINGAPPLICATION_NO_EXPORT

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

Definition at line 20 of file vtkRemotingApplicationModule.h.

◆ VTKREMOTINGAPPLICATION_DEPRECATED

#define VTKREMOTINGAPPLICATION_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkRemotingApplicationModule.h.

◆ VTKREMOTINGAPPLICATION_DEPRECATED_EXPORT

#define VTKREMOTINGAPPLICATION_DEPRECATED_EXPORT   VTKREMOTINGAPPLICATION_EXPORT VTKREMOTINGAPPLICATION_DEPRECATED

Definition at line 29 of file vtkRemotingApplicationModule.h.

◆ VTKREMOTINGAPPLICATION_DEPRECATED_NO_EXPORT

#define VTKREMOTINGAPPLICATION_DEPRECATED_NO_EXPORT   VTKREMOTINGAPPLICATION_NO_EXPORT VTKREMOTINGAPPLICATION_DEPRECATED

Definition at line 33 of file vtkRemotingApplicationModule.h.