#ifdef __cplusplus extern "C" { #endif #ifndef __HROOT_CORE__TDictionary__ #define __HROOT_CORE__TDictionary__ #include "HROOT-coreType.h" #include "HROOTCoreTNamed.h" #include "HROOTCoreTObject.h" #include "HROOTCoreDeletable.h" #undef TDICTIONARY_DECL_VIRT #define TDICTIONARY_DECL_VIRT(Type) \ #undef TDICTIONARY_DECL_NONVIRT #define TDICTIONARY_DECL_NONVIRT(Type) \ #undef TDICTIONARY_DEF_VIRT #define TDICTIONARY_DEF_VIRT(Type)\ #undef TDICTIONARY_DEF_NONVIRT #define TDICTIONARY_DEF_NONVIRT(Type)\ TNAMED_DECL_VIRT(TDictionary); TOBJECT_DECL_VIRT(TDictionary); DELETABLE_DECL_VIRT(TDictionary); TDICTIONARY_DECL_VIRT(TDictionary); TDICTIONARY_DECL_NONVIRT(TDictionary); #endif // __HROOT_CORE__TDictionary__ #ifdef __cplusplus } #endif