PluginService.h File Reference
#include <string>
#include <typeinfo>
#include <utility>
#include <Gaudi/Details/PluginServiceDetails.h>
Include dependency graph for PluginService.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

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

Macros

#define DECLARE_FACTORY_WITH_ID(type, id, factory)   _INTERNAL_DECLARE_FACTORY(type, id, factory, __LINE__)
 
#define DECLARE_FACTORY(type, factory)
 
#define DECLARE_FACTORY_WITH_CREATOR_AND_ID(type, typecreator, id, factory)   _INTERNAL_DECLARE_FACTORY_WITH_CREATOR(type, typecreator, id, factory, __LINE__)
 
#define DECLARE_FACTORY_WITH_CREATOR(type, typecreator, factory)
 
#define DECLARE_COMPONENT(type)   DECLARE_FACTORY(type, type::Factory)
 
#define DECLARE_COMPONENT_WITH_ID(type, id)   DECLARE_FACTORY_WITH_ID(type, id, type::Factory)
 

Macro Definition Documentation

#define DECLARE_COMPONENT (   type)    DECLARE_FACTORY(type, type::Factory)

Definition at line 36 of file PluginService.h.

#define DECLARE_COMPONENT_WITH_ID (   type,
  id 
)    DECLARE_FACTORY_WITH_ID(type, id, type::Factory)

Definition at line 39 of file PluginService.h.

#define DECLARE_FACTORY (   type,
  factory 
)
Value:
::Gaudi::PluginService::Details::demangle<type>(), factory)
#define DECLARE_FACTORY_WITH_ID(type, id, factory)
Definition: PluginService.h:22

Definition at line 25 of file PluginService.h.

#define DECLARE_FACTORY_WITH_CREATOR (   type,
  typecreator,
  factory 
)
Value:
::Gaudi::PluginService::Details::demangle<type>(), factory)
#define DECLARE_FACTORY_WITH_CREATOR_AND_ID(type, typecreator, id, factory)
Definition: PluginService.h:29

Definition at line 32 of file PluginService.h.

#define DECLARE_FACTORY_WITH_CREATOR_AND_ID (   type,
  typecreator,
  id,
  factory 
)    _INTERNAL_DECLARE_FACTORY_WITH_CREATOR(type, typecreator, id, factory, __LINE__)

Definition at line 29 of file PluginService.h.

#define DECLARE_FACTORY_WITH_ID (   type,
  id,
  factory 
)    _INTERNAL_DECLARE_FACTORY(type, id, factory, __LINE__)