Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file.
25 #ifndef CONTAINERFACTORIESDEFS_H
26 #define CONTAINERFACTORIESDEFS_H 1
28 #define _ImplementContainerDictionaryFactory( x )
29 #define _ImplementDataObjectDictionaryFactory( x )
30 #define _ImplementDictionaryFactory( x )
31 #define DLL_DECL_CONTAINERDICT( x )
32 #define DLL_DECL_OBJECTDICT( x )
38 #define _ImplementContainedFactories( x ) \
39 _ImplementContainerDictionaryFactory( x ) _ImplementContainedObjectFactory( x ) \
40 _ImplementDataObjectFactory( x##Vector ) _ImplementDataObjectFactory( x##List )
42 #define DLL_DECL_CONTAINEDOBJECTFACTORIES( x ) \
43 DLL_DECL_CONTAINERDICT( x ) \
44 DLL_DECL_OBJECTFACTORY( x ) \
45 DLL_DECL_OBJECTFACTORY( x##Vector ) \
46 DLL_DECL_OBJECTFACTORY( x##List )
48 #endif // CONTAINERFACTORIESDEFS_H