HROOT-core-0.8: csrc/HROOTCoreTSeqCollection.h
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __HROOT_CORE__TSeqCollection__
#define __HROOT_CORE__TSeqCollection__
#include "HROOT-coreType.h"
#include "HROOTCoreTCollection.h"
#include "HROOTCoreTObject.h"
#include "HROOTCoreDeletable.h"
#undef TSEQCOLLECTION_DECL_VIRT
#define TSEQCOLLECTION_DECL_VIRT(Type) \
#undef TSEQCOLLECTION_DECL_NONVIRT
#define TSEQCOLLECTION_DECL_NONVIRT(Type) \
#undef TSEQCOLLECTION_DEF_VIRT
#define TSEQCOLLECTION_DEF_VIRT(Type)\
#undef TSEQCOLLECTION_DEF_NONVIRT
#define TSEQCOLLECTION_DEF_NONVIRT(Type)\
TCOLLECTION_DECL_VIRT(TSeqCollection);
TOBJECT_DECL_VIRT(TSeqCollection);
DELETABLE_DECL_VIRT(TSeqCollection);
TSEQCOLLECTION_DECL_VIRT(TSeqCollection);
TSEQCOLLECTION_DECL_NONVIRT(TSeqCollection);
#endif // __HROOT_CORE__TSeqCollection__
#ifdef __cplusplus
}
#endif