The Gaudi Framework  v30r3 (a5ef0a68)
ContainerFactoryDefs.h File Reference
Include dependency graph for ContainerFactoryDefs.h:
This graph shows which files directly or indirectly include this file:

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

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

Definition at line 28 of file ContainerFactoryDefs.h.

#define _ImplementContainerDictionaryFactory (   x)

Definition at line 18 of file ContainerFactoryDefs.h.

#define _ImplementDataObjectDictionaryFactory (   x)

Definition at line 19 of file ContainerFactoryDefs.h.

#define _ImplementDictionaryFactory (   x)

Definition at line 20 of file ContainerFactoryDefs.h.

#define DLL_DECL_CONTAINEDOBJECTFACTORIES (   x)
Value:
DLL_DECL_OBJECTFACTORY( x ) \
DLL_DECL_OBJECTFACTORY( x##Vector ) \
DLL_DECL_OBJECTFACTORY( x##List )
#define DLL_DECL_CONTAINERDICT(x)
KeyedObjectManager< vector > Vector
Forward declaration of specialized std::vector-like object manager.

Definition at line 32 of file ContainerFactoryDefs.h.

#define DLL_DECL_CONTAINERDICT (   x)

Definition at line 21 of file ContainerFactoryDefs.h.

#define DLL_DECL_OBJECTDICT (   x)

Definition at line 22 of file ContainerFactoryDefs.h.