Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file.
11 #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
27 # define GAUDIPS_HASCLASSVISIBILITY
29 # if defined( GAUDIPS_HASCLASSVISIBILITY )
30 # define GAUDIPS_IMPORT __attribute__( ( visibility( "default" ) ) )
31 # define GAUDIPS_EXPORT __attribute__( ( visibility( "default" ) ) )
32 # define GAUDIPS_LOCAL __attribute__( ( visibility( "hidden" ) ) )
34 # define GAUDIPS_IMPORT
35 # define GAUDIPS_EXPORT
36 # define GAUDIPS_LOCAL
39 # ifdef GaudiPluginService_EXPORTS
40 # define GAUDIPS_API GAUDIPS_EXPORT
42 # define GAUDIPS_API GAUDIPS_IMPORT