HROOT-core-0.8: csrc/HROOTCoreTKey.h
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __HROOT_CORE__TKey__
#define __HROOT_CORE__TKey__
#include "HROOT-coreType.h"
#include "HROOTCoreTNamed.h"
#include "HROOTCoreTObject.h"
#include "HROOTCoreDeletable.h"
#undef TKEY_DECL_VIRT
#define TKEY_DECL_VIRT(Type) \
#undef TKEY_DECL_NONVIRT
#define TKEY_DECL_NONVIRT(Type) \
#undef TKEY_DEF_VIRT
#define TKEY_DEF_VIRT(Type)\
#undef TKEY_DEF_NONVIRT
#define TKEY_DEF_NONVIRT(Type)\
TNAMED_DECL_VIRT(TKey);
TOBJECT_DECL_VIRT(TKey);
DELETABLE_DECL_VIRT(TKey);
TKEY_DECL_VIRT(TKey);
TKEY_DECL_NONVIRT(TKey);
#endif // __HROOT_CORE__TKey__
#ifdef __cplusplus
}
#endif