The Gaudi Framework  master (1304469f)
Loading...
Searching...
No Matches
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 )
#define _ImplementContainerDictionaryFactory(x)

Definition at line 23 of file ContainerFactoryDefs.h.

23#define _ImplementContainedFactories( x ) \
24 _ImplementContainerDictionaryFactory( x ) _ImplementContainedObjectFactory( x ) \
25 _ImplementDataObjectFactory( x##Vector ) _ImplementDataObjectFactory( x##List )

◆ _ImplementContainerDictionaryFactory

#define _ImplementContainerDictionaryFactory ( x)

Definition at line 13 of file ContainerFactoryDefs.h.

◆ _ImplementDataObjectDictionaryFactory

#define _ImplementDataObjectDictionaryFactory ( x)

Definition at line 14 of file ContainerFactoryDefs.h.

◆ _ImplementDictionaryFactory

#define _ImplementDictionaryFactory ( x)

Definition at line 15 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 )
#define DLL_DECL_CONTAINERDICT(x)

Definition at line 27 of file ContainerFactoryDefs.h.

27#define DLL_DECL_CONTAINEDOBJECTFACTORIES( x ) \
28 DLL_DECL_CONTAINERDICT( x ) \
29 DLL_DECL_OBJECTFACTORY( x ) \
30 DLL_DECL_OBJECTFACTORY( x##Vector ) \
31 DLL_DECL_OBJECTFACTORY( x##List )

◆ DLL_DECL_CONTAINERDICT

#define DLL_DECL_CONTAINERDICT ( x)

Definition at line 16 of file ContainerFactoryDefs.h.

◆ DLL_DECL_OBJECTDICT

#define DLL_DECL_OBJECTDICT ( x)

Definition at line 17 of file ContainerFactoryDefs.h.