Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file. 15 #ifndef CONTAINERFACTORIESDEFS_H 16 #define CONTAINERFACTORIESDEFS_H 1 18 #define _ImplementContainerDictionaryFactory( x ) 19 #define _ImplementDataObjectDictionaryFactory( x ) 20 #define _ImplementDictionaryFactory( x ) 21 #define DLL_DECL_CONTAINERDICT( x ) 22 #define DLL_DECL_OBJECTDICT( x ) 28 #define _ImplementContainedFactories( x ) \ 29 _ImplementContainerDictionaryFactory( x ) _ImplementContainedObjectFactory( x ) \ 30 _ImplementDataObjectFactory( x##Vector ) _ImplementDataObjectFactory( x##List ) 32 #define DLL_DECL_CONTAINEDOBJECTFACTORIES( x ) \ 33 DLL_DECL_CONTAINERDICT( x ) \ 34 DLL_DECL_OBJECTFACTORY( x ) \ 35 DLL_DECL_OBJECTFACTORY( x##Vector ) \ 36 DLL_DECL_OBJECTFACTORY( x##List ) 38 #endif // CONTAINERFACTORIESDEFS_H