HROOT-core-0.8: csrc/HROOTCoreTCollection.h
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __HROOT_CORE__TCollection__
#define __HROOT_CORE__TCollection__
#include "HROOT-coreType.h"
#include "HROOTCoreTObject.h"
#include "HROOTCoreDeletable.h"
#undef TCOLLECTION_DECL_VIRT
#define TCOLLECTION_DECL_VIRT(Type) \
#undef TCOLLECTION_DECL_NONVIRT
#define TCOLLECTION_DECL_NONVIRT(Type) \
#undef TCOLLECTION_DEF_VIRT
#define TCOLLECTION_DEF_VIRT(Type)\
#undef TCOLLECTION_DEF_NONVIRT
#define TCOLLECTION_DEF_NONVIRT(Type)\
TOBJECT_DECL_VIRT(TCollection);
DELETABLE_DECL_VIRT(TCollection);
TCOLLECTION_DECL_VIRT(TCollection);
TCOLLECTION_DECL_NONVIRT(TCollection);
#endif // __HROOT_CORE__TCollection__
#ifdef __cplusplus
}
#endif