The Gaudi Framework  master (82fdf313)
Loading...
Searching...
No Matches
ObjectFactory.h File Reference
Include dependency graph for ObjectFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DECLARE_OBJECT_FACTORY(x)
 
#define DECLARE_NAMESPACE_OBJECT_FACTORY(n, x)
 
#define DECLARE_CONTAINEDOBJECT_FACTORY(x)
 
#define DECLARE_DATAOBJECT_FACTORY(x)
 

Typedefs

using ObjFactory = Gaudi::PluginService::Factory<IInterface*( IInterface* )>
 
using DataObjFactory = Gaudi::PluginService::Factory<DataObject*()>
 
using ContainedObjFactory = Gaudi::PluginService::Factory<ContainedObject*()>
 

Macro Definition Documentation

◆ 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; \
DECLARE_FACTORY( x, ObjFactory )
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.

Typedef Documentation

◆ ContainedObjFactory

using ContainedObjFactory = Gaudi::PluginService::Factory<ContainedObject*()>

Definition at line 21 of file ObjectFactory.h.

◆ DataObjFactory

using DataObjFactory = Gaudi::PluginService::Factory<DataObject*()>

Definition at line 20 of file ObjectFactory.h.

◆ ObjFactory

using ObjFactory = Gaudi::PluginService::Factory<IInterface*( IInterface* )>

Definition at line 19 of file ObjectFactory.h.