Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file. 1 #ifndef _GAUDI_PLUGIN_SERVICE_COMMON_H_ 15 # ifndef GAUDI_PLUGIN_SERVICE_USE_V2 16 # if defined( GAUDI_PLUGIN_SERVICE_V2 ) || !defined( GAUDI_PLUGIN_SERVICE_V1 ) 17 # define GAUDI_PLUGIN_SERVICE_V2_INLINE inline 18 # define GAUDI_PLUGIN_SERVICE_V1_INLINE 19 # define GAUDI_PLUGIN_SERVICE_USE_V2 1 21 # define GAUDI_PLUGIN_SERVICE_V2_INLINE 22 # define GAUDI_PLUGIN_SERVICE_V1_INLINE inline 23 # define GAUDI_PLUGIN_SERVICE_USE_V2 0 28 # define GAUDIPS_HASCLASSVISIBILITY 31 # if defined( GAUDIPS_HASCLASSVISIBILITY ) 32 # define GAUDIPS_IMPORT __attribute__( ( visibility( "default" ) ) ) 33 # define GAUDIPS_EXPORT __attribute__( ( visibility( "default" ) ) ) 34 # define GAUDIPS_LOCAL __attribute__( ( visibility( "hidden" ) ) ) 36 # define GAUDIPS_IMPORT 37 # define GAUDIPS_EXPORT 38 # define GAUDIPS_LOCAL 41 # ifdef GaudiPluginService_EXPORTS 42 # define GAUDIPS_API GAUDIPS_EXPORT 44 # define GAUDIPS_API GAUDIPS_IMPORT