The Gaudi Framework
master (37c0b60a)
|
Go to the source code of this file.
Macros | |
#define | GAUDI_PLUGIN_SERVICE_V2_INLINE inline |
#define | GAUDI_PLUGIN_SERVICE_V1_INLINE |
#define | GAUDI_PLUGIN_SERVICE_USE_V2 1 |
#define | GAUDIPS_HASCLASSVISIBILITY |
#define | GAUDIPS_IMPORT __attribute__( ( visibility( "default" ) ) ) |
#define | GAUDIPS_EXPORT __attribute__( ( visibility( "default" ) ) ) |
#define | GAUDIPS_LOCAL __attribute__( ( visibility( "hidden" ) ) ) |
#define | GAUDIPS_API GAUDIPS_IMPORT |
#define GAUDI_PLUGIN_SERVICE_USE_V2 1 |
Definition at line 20 of file PluginServiceCommon.h.
#define GAUDI_PLUGIN_SERVICE_V1_INLINE |
Definition at line 19 of file PluginServiceCommon.h.
#define GAUDI_PLUGIN_SERVICE_V2_INLINE inline |
Definition at line 18 of file PluginServiceCommon.h.
#define GAUDIPS_API GAUDIPS_IMPORT |
Definition at line 43 of file PluginServiceCommon.h.
#define GAUDIPS_EXPORT __attribute__( ( visibility( "default" ) ) ) |
Definition at line 32 of file PluginServiceCommon.h.
#define GAUDIPS_HASCLASSVISIBILITY |
Definition at line 28 of file PluginServiceCommon.h.
#define GAUDIPS_IMPORT __attribute__( ( visibility( "default" ) ) ) |
Definition at line 31 of file PluginServiceCommon.h.
#define GAUDIPS_LOCAL __attribute__( ( visibility( "hidden" ) ) ) |
Definition at line 33 of file PluginServiceCommon.h.