Macros
vtkCommonCacheModule.h File Reference
#include "vtkABINamespace.h"
Include dependency graph for vtkCommonCacheModule.h:

Go to the source code of this file.

Macros

#define VTKCOMMONCACHE_EXPORT   __attribute__((visibility("default")))
 
#define VTKCOMMONCACHE_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKCOMMONCACHE_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKCOMMONCACHE_DEPRECATED_EXPORT   VTKCOMMONCACHE_EXPORT VTKCOMMONCACHE_DEPRECATED
 
#define VTKCOMMONCACHE_DEPRECATED_NO_EXPORT   VTKCOMMONCACHE_NO_EXPORT VTKCOMMONCACHE_DEPRECATED
 

Macro Definition Documentation

◆ VTKCOMMONCACHE_EXPORT

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

Definition at line 15 of file vtkCommonCacheModule.h.

◆ VTKCOMMONCACHE_NO_EXPORT

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

Definition at line 20 of file vtkCommonCacheModule.h.

◆ VTKCOMMONCACHE_DEPRECATED

#define VTKCOMMONCACHE_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkCommonCacheModule.h.

◆ VTKCOMMONCACHE_DEPRECATED_EXPORT

#define VTKCOMMONCACHE_DEPRECATED_EXPORT   VTKCOMMONCACHE_EXPORT VTKCOMMONCACHE_DEPRECATED

Definition at line 29 of file vtkCommonCacheModule.h.

◆ VTKCOMMONCACHE_DEPRECATED_NO_EXPORT

#define VTKCOMMONCACHE_DEPRECATED_NO_EXPORT   VTKCOMMONCACHE_NO_EXPORT VTKCOMMONCACHE_DEPRECATED

Definition at line 33 of file vtkCommonCacheModule.h.