The Gaudi Framework  v30r3 (a5ef0a68)
PluginServiceV1.h File Reference
#include <Gaudi/Details/PluginServiceDetailsV1.h>
#include <string>
#include <typeinfo>
#include <utility>
Include dependency graph for PluginServiceV1.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::PluginService::v1::Factory< R, Args >
 Class wrapping the signature for a factory with any number of arguments. More...
 
class  Gaudi::PluginService::v1::Exception
 

Namespaces

 Gaudi
 Helper functions to set/get the application return code.
 
 Gaudi::PluginService
 See Gaudi::PluginService.
 
 Gaudi::PluginService::v1
 

Macros

#define _PS_V1_DECLARE_FACTORY_WITH_ID(type, id, factory)    _PS_V1_INTERNAL_DECLARE_FACTORY( type, id, factory, __LINE__ )
 
#define _PS_V1_DECLARE_FACTORY(type, factory)    _PS_V1_DECLARE_FACTORY_WITH_ID( type, ::Gaudi::PluginService::v1::Details::demangle<type>(), factory )
 
#define _PS_V1_DECLARE_FACTORY_WITH_CREATOR_AND_ID(type, typecreator, id, factory)    _PS_V1_INTERNAL_DECLARE_FACTORY_WITH_CREATOR( type, typecreator, id, factory, __LINE__ )
 
#define _PS_V1_DECLARE_FACTORY_WITH_CREATOR(type, typecreator, factory)
 
#define _PS_V1_DECLARE_COMPONENT(type)   _PS_V1_DECLARE_FACTORY( type, type::Factory )
 
#define _PS_V1_DECLARE_COMPONENT_WITH_ID(type, id)   _PS_V1_DECLARE_FACTORY_WITH_ID( type, id, type::Factory )
 
#define DECLARE_FACTORY_WITH_ID(type, id, factory)   _PS_V1_DECLARE_FACTORY_WITH_ID( type, id, factory )
 
#define DECLARE_FACTORY(type, factory)   _PS_V1_DECLARE_FACTORY( type, factory )
 
#define DECLARE_FACTORY_WITH_CREATOR_AND_ID(type, typecreator, id, factory)    _PS_V1_DECLARE_FACTORY_WITH_CREATOR_AND_ID( type, typecreator, id, factory )
 
#define DECLARE_FACTORY_WITH_CREATOR(type, typecreator, factory)    _PS_V1_DECLARE_FACTORY_WITH_CREATOR( type, typecreator, factory )
 
#define DECLARE_COMPONENT(type)   _PS_V1_DECLARE_COMPONENT( type )
 
#define DECLARE_COMPONENT_WITH_ID(type, id)   _PS_V1_DECLARE_COMPONENT_WITH_ID( type, id )
 

Macro Definition Documentation

#define _PS_V1_DECLARE_COMPONENT (   type)    _PS_V1_DECLARE_FACTORY( type, type::Factory )

Definition at line 35 of file PluginServiceV1.h.

#define _PS_V1_DECLARE_COMPONENT_WITH_ID (   type,
  id 
)    _PS_V1_DECLARE_FACTORY_WITH_ID( type, id, type::Factory )

Definition at line 37 of file PluginServiceV1.h.

#define _PS_V1_DECLARE_FACTORY (   type,
  factory 
)    _PS_V1_DECLARE_FACTORY_WITH_ID( type, ::Gaudi::PluginService::v1::Details::demangle<type>(), factory )

Definition at line 25 of file PluginServiceV1.h.

#define _PS_V1_DECLARE_FACTORY_WITH_CREATOR (   type,
  typecreator,
  factory 
)
Value:
::Gaudi::PluginService::v1::Details::demangle<type>(), factory )
#define _PS_V1_DECLARE_FACTORY_WITH_CREATOR_AND_ID(type, typecreator, id, factory)

Definition at line 31 of file PluginServiceV1.h.

#define _PS_V1_DECLARE_FACTORY_WITH_CREATOR_AND_ID (   type,
  typecreator,
  id,
  factory 
)    _PS_V1_INTERNAL_DECLARE_FACTORY_WITH_CREATOR( type, typecreator, id, factory, __LINE__ )

Definition at line 28 of file PluginServiceV1.h.

#define _PS_V1_DECLARE_FACTORY_WITH_ID (   type,
  id,
  factory 
)    _PS_V1_INTERNAL_DECLARE_FACTORY( type, id, factory, __LINE__ )
Author
Marco Clemencic marco.nosp@m..cle.nosp@m.menci.nosp@m.c@ce.nosp@m.rn.ch
See also
Gaudi::PluginService

Definition at line 22 of file PluginServiceV1.h.

#define DECLARE_COMPONENT (   type)    _PS_V1_DECLARE_COMPONENT( type )

Definition at line 46 of file PluginServiceV1.h.

#define DECLARE_COMPONENT_WITH_ID (   type,
  id 
)    _PS_V1_DECLARE_COMPONENT_WITH_ID( type, id )

Definition at line 47 of file PluginServiceV1.h.

#define DECLARE_FACTORY (   type,
  factory 
)    _PS_V1_DECLARE_FACTORY( type, factory )

Definition at line 41 of file PluginServiceV1.h.

#define DECLARE_FACTORY_WITH_CREATOR (   type,
  typecreator,
  factory 
)    _PS_V1_DECLARE_FACTORY_WITH_CREATOR( type, typecreator, factory )

Definition at line 44 of file PluginServiceV1.h.

#define DECLARE_FACTORY_WITH_CREATOR_AND_ID (   type,
  typecreator,
  id,
  factory 
)    _PS_V1_DECLARE_FACTORY_WITH_CREATOR_AND_ID( type, typecreator, id, factory )

Definition at line 42 of file PluginServiceV1.h.

#define DECLARE_FACTORY_WITH_ID (   type,
  id,
  factory 
)    _PS_V1_DECLARE_FACTORY_WITH_ID( type, id, factory )

Definition at line 40 of file PluginServiceV1.h.