#ifdef __cplusplus extern "C" { #endif #pragma once #include "HROOT-ioType.h" #include "HROOTCoreTDirectory.h" #include "HROOTCoreTNamed.h" #include "HROOTCoreTObject.h" #include "STDDeletable.h" #include "HROOT-coreType.h" #define TDIRECTORYFILE_DECL_VIRT(Type) \ #define TDIRECTORYFILE_DECL_NONVIRT(Type) \ #define TDIRECTORYFILE_DECL_ACCESSOR(Type) \ #define TDIRECTORYFILE_DEF_VIRT(Type) \ #define TDIRECTORYFILE_DEF_NONVIRT(Type) \ #define TDIRECTORYFILE_DEF_ACCESSOR(Type) \ TDIRECTORY_DECL_VIRT(TDirectoryFile) TNAMED_DECL_VIRT(TDirectoryFile) TOBJECT_DECL_VIRT(TDirectoryFile) DELETABLE_DECL_VIRT(TDirectoryFile) TDIRECTORYFILE_DECL_VIRT(TDirectoryFile) TDIRECTORYFILE_DECL_NONVIRT(TDirectoryFile) TDIRECTORYFILE_DECL_ACCESSOR(TDirectoryFile) #ifdef __cplusplus } #endif