Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
PluginService.h File Reference
#include <string>
#include <typeinfo>
#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::Factory0< R >
 Class wrapping the signature for a factory without arguments. More...
 
class  Gaudi::PluginService::Factory1< R, A1 >
 Class wrapping the signature for a factory with 1 argument. More...
 
class  Gaudi::PluginService::Factory2< R, A1, A2 >
 Class wrapping the signature for a factory with 2 arguments. More...
 
class  Gaudi::PluginService::Factory3< R, A1, A2, A3 >
 Class wrapping the signature for a factory with 3 arguments. More...
 
class  Gaudi::PluginService::Exception
 

Namespaces

namespace  Gaudi
 : AIDA interfaces visibility
 
namespace  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 34 of file PluginService.h.

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

Definition at line 37 of file PluginService.h.

#define DECLARE_FACTORY (   type,
  factory 
)
Value:
::Gaudi::PluginService::Details::demangle<type>(), factory)

Definition at line 23 of file PluginService.h.

#define DECLARE_FACTORY_WITH_CREATOR (   type,
  typecreator,
  factory 
)
Value:
::Gaudi::PluginService::Details::demangle<type>(), factory)

Definition at line 30 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 27 of file PluginService.h.

#define DECLARE_FACTORY_WITH_ID (   type,
  id,
  factory 
)    _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

Definition at line 20 of file PluginService.h.


Generated at Mon Feb 17 2014 14:37:54 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004