Go to the source code of this file.
| #define _ImplementContainedFactories |
( |
|
x | ) |
|
Value:
_ImplementContainedObjectFactory(x) \
_ImplementDataObjectFactory( x##
Vector ) \
_ImplementDataObjectFactory( x##List )
Definition at line 30 of file ContainerFactoryDefs.h.
| #define _ImplementContainerDictionaryFactory |
( |
|
x | ) |
|
| #define _ImplementDataObjectDictionaryFactory |
( |
|
x | ) |
|
| #define _ImplementDictionaryFactory |
( |
|
x | ) |
|
| #define DLL_DECL_CONTAINEDOBJECTFACTORIES |
( |
|
x | ) |
|
Value:
DLL_DECL_OBJECTFACTORY(x) \
DLL_DECL_OBJECTFACTORY( x##
Vector ) \
DLL_DECL_OBJECTFACTORY( x##List )
Definition at line 36 of file ContainerFactoryDefs.h.
| #define DLL_DECL_CONTAINERDICT |
( |
|
x | ) |
|
| #define DLL_DECL_OBJECTDICT |
( |
|
x | ) |
|