The Gaudi Framework  master (e199b415)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
PluginServiceCommon.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ GAUDI_PLUGIN_SERVICE_USE_V2

#define GAUDI_PLUGIN_SERVICE_USE_V2   1

Definition at line 20 of file PluginServiceCommon.h.

◆ GAUDI_PLUGIN_SERVICE_V1_INLINE

#define GAUDI_PLUGIN_SERVICE_V1_INLINE

Definition at line 19 of file PluginServiceCommon.h.

◆ GAUDI_PLUGIN_SERVICE_V2_INLINE

#define GAUDI_PLUGIN_SERVICE_V2_INLINE   inline
Author
Marco Clemencic marco.nosp@m..cle.nosp@m.menci.nosp@m.c@ce.nosp@m.rn.ch

Definition at line 18 of file PluginServiceCommon.h.

◆ GAUDIPS_API

#define GAUDIPS_API   GAUDIPS_IMPORT

Definition at line 43 of file PluginServiceCommon.h.

◆ GAUDIPS_EXPORT

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

Definition at line 32 of file PluginServiceCommon.h.

◆ GAUDIPS_HASCLASSVISIBILITY

#define GAUDIPS_HASCLASSVISIBILITY

Definition at line 28 of file PluginServiceCommon.h.

◆ GAUDIPS_IMPORT

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

Definition at line 31 of file PluginServiceCommon.h.

◆ GAUDIPS_LOCAL

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

Definition at line 33 of file PluginServiceCommon.h.