#ifdef __cplusplus extern "C" { #endif #pragma once #include "HROOT-coreType.h" #include "HROOTCoreTNamed.h" #include "HROOTCoreTObject.h" #include "STDDeletable.h" #define TDICTIONARY_DECL_VIRT(Type) \ #define TDICTIONARY_DECL_NONVIRT(Type) \ #define TDICTIONARY_DECL_ACCESSOR(Type) \ #define TDICTIONARY_DEF_VIRT(Type) \ #define TDICTIONARY_DEF_NONVIRT(Type) \ #define TDICTIONARY_DEF_ACCESSOR(Type) \ TNAMED_DECL_VIRT(TDictionary) TOBJECT_DECL_VIRT(TDictionary) DELETABLE_DECL_VIRT(TDictionary) TDICTIONARY_DECL_VIRT(TDictionary) TDICTIONARY_DECL_NONVIRT(TDictionary) TDICTIONARY_DECL_ACCESSOR(TDictionary) #ifdef __cplusplus } #endif