Go to the source code of this file.
◆ DECLARE_CONTAINEDOBJECT_FACTORY
#define DECLARE_CONTAINEDOBJECT_FACTORY |
( |
| x | ) |
|
Value:
Gaudi::PluginService::Factory< ContainedObject *()> ContainedObjFactory
#define DECLARE_FACTORY_WITH_ID(type, id, factory)
Definition at line 29 of file ObjectFactory.h.
◆ DECLARE_DATAOBJECT_FACTORY
#define DECLARE_DATAOBJECT_FACTORY |
( |
| x | ) |
|
Value:
Gaudi::PluginService::Factory< DataObject *()> DataObjFactory
Definition at line 30 of file ObjectFactory.h.
◆ DECLARE_NAMESPACE_OBJECT_FACTORY
#define DECLARE_NAMESPACE_OBJECT_FACTORY |
( |
| n, |
|
|
| x ) |
Value: using n::x; \
Gaudi::PluginService::Factory< IInterface *(IInterface *)> ObjFactory
Definition at line 25 of file ObjectFactory.h.
25#define DECLARE_NAMESPACE_OBJECT_FACTORY( n, x ) \
26 using n::x; \
27 DECLARE_FACTORY( x, ObjFactory )
◆ DECLARE_OBJECT_FACTORY
#define DECLARE_OBJECT_FACTORY |
( |
| x | ) |
|
Value:
#define DECLARE_FACTORY(type, factory)
Definition at line 24 of file ObjectFactory.h.
◆ ContainedObjFactory
◆ DataObjFactory
◆ ObjFactory