#ifdef __cplusplus extern "C" { #endif #pragma once #include "HROOT-treeType.h" #include "HROOTCoreTNamed.h" #include "HROOTCoreTAttFill.h" #include "HROOTCoreTObject.h" #include "STDDeletable.h" #include "HROOT-coreType.h" #define TBRANCH_DECL_VIRT(Type) \ #define TBRANCH_DECL_NONVIRT(Type) \ #define TBRANCH_DECL_ACCESSOR(Type) \ #define TBRANCH_DEF_VIRT(Type) \ #define TBRANCH_DEF_NONVIRT(Type) \ #define TBRANCH_DEF_ACCESSOR(Type) \ TNAMED_DECL_VIRT(TBranch) TATTFILL_DECL_VIRT(TBranch) TOBJECT_DECL_VIRT(TBranch) DELETABLE_DECL_VIRT(TBranch) TBRANCH_DECL_VIRT(TBranch) TBRANCH_DECL_NONVIRT(TBranch) TBRANCH_DECL_ACCESSOR(TBranch) #ifdef __cplusplus } #endif