The Gaudi Framework  master (37c0b60a)
ContainerFactoryDefs.h File Reference
Include dependency graph for ContainerFactoryDefs.h:

Go to the source code of this file.

Macros

#define _ImplementContainerDictionaryFactory(x)
 
#define _ImplementDataObjectDictionaryFactory(x)
 
#define _ImplementDictionaryFactory(x)
 
#define DLL_DECL_CONTAINERDICT(x)
 
#define DLL_DECL_OBJECTDICT(x)
 
#define _ImplementContainedFactories(x)
 
#define DLL_DECL_CONTAINEDOBJECTFACTORIES(x)
 

Macro Definition Documentation

◆ _ImplementContainedFactories

#define _ImplementContainedFactories (   x)
Value:
_ImplementContainerDictionaryFactory( x ) _ImplementContainedObjectFactory( x ) \
_ImplementDataObjectFactory( x##Vector ) _ImplementDataObjectFactory( x##List )

Definition at line 39 of file ContainerFactoryDefs.h.

◆ _ImplementContainerDictionaryFactory

#define _ImplementContainerDictionaryFactory (   x)

Definition at line 29 of file ContainerFactoryDefs.h.

◆ _ImplementDataObjectDictionaryFactory

#define _ImplementDataObjectDictionaryFactory (   x)

Definition at line 30 of file ContainerFactoryDefs.h.

◆ _ImplementDictionaryFactory

#define _ImplementDictionaryFactory (   x)

Definition at line 31 of file ContainerFactoryDefs.h.

◆ DLL_DECL_CONTAINEDOBJECTFACTORIES

#define DLL_DECL_CONTAINEDOBJECTFACTORIES (   x)
Value:
DLL_DECL_OBJECTFACTORY( x ) \
DLL_DECL_OBJECTFACTORY( x##Vector ) \
DLL_DECL_OBJECTFACTORY( x##List )

Definition at line 43 of file ContainerFactoryDefs.h.

◆ DLL_DECL_CONTAINERDICT

#define DLL_DECL_CONTAINERDICT (   x)

Definition at line 32 of file ContainerFactoryDefs.h.

◆ DLL_DECL_OBJECTDICT

#define DLL_DECL_OBJECTDICT (   x)

Definition at line 33 of file ContainerFactoryDefs.h.

_ImplementContainerDictionaryFactory
#define _ImplementContainerDictionaryFactory(x)
Definition: ContainerFactoryDefs.h:28
DLL_DECL_CONTAINERDICT
#define DLL_DECL_CONTAINERDICT(x)
Definition: ContainerFactoryDefs.h:31
Containers::Vector
KeyedObjectManager< vector > Vector
Forward declaration of specialized std::vector-like object manager.
Definition: KeyedObjectManager.h:109