HROOT-core-0.10.0.1: csrc/HROOTCoreTCollection.h
#ifdef __cplusplus
extern "C" {
#endif
#pragma once
#include "HROOT-coreType.h"
#include "HROOTCoreTObject.h"
#include "STDDeletable.h"
#define TCOLLECTION_DECL_VIRT(Type) \
#define TCOLLECTION_DECL_NONVIRT(Type) \
#define TCOLLECTION_DECL_ACCESSOR(Type) \
#define TCOLLECTION_DEF_VIRT(Type) \
#define TCOLLECTION_DEF_NONVIRT(Type) \
#define TCOLLECTION_DEF_ACCESSOR(Type) \
TOBJECT_DECL_VIRT(TCollection)
DELETABLE_DECL_VIRT(TCollection)
TCOLLECTION_DECL_VIRT(TCollection)
TCOLLECTION_DECL_NONVIRT(TCollection)
TCOLLECTION_DECL_ACCESSOR(TCollection)
#ifdef __cplusplus
}
#endif