HROOT-core-0.9: csrc/HROOTCoreTDictionary.cpp
#include <MacroPatternMatch.h> #include "HROOTCoreTNamed.h" #include "TDictionary.h" #include "HROOTCoreTDictionary.h" #define CHECKPROTECT(x,y) IS_PAREN(IS_ ## x ## _ ## y ## _PROTECTED) #define TYPECASTMETHOD(cname,mname,oname) \ IIF( CHECKPROTECT(cname,mname) ) ( \ (to_nonconst<oname,cname ## _t>), \ (to_nonconst<cname,cname ## _t>) ) TNAMED_DEF_VIRT(TDictionary) TOBJECT_DEF_VIRT(TDictionary) DELETABLE_DEF_VIRT(TDictionary)