#ifdef __cplusplus extern "C" { #endif #ifndef __HROOT_HIST__TFitResultPtr__ #define __HROOT_HIST__TFitResultPtr__ #include "HROOT-histType.h" #undef TFITRESULTPTR_DECL_VIRT #define TFITRESULTPTR_DECL_VIRT(Type) \ #undef TFITRESULTPTR_DECL_NONVIRT #define TFITRESULTPTR_DECL_NONVIRT(Type) \ TFitResult_p Type ## _tFitResultPtrGet ( Type ## _p p ) #undef TFITRESULTPTR_DEF_VIRT #define TFITRESULTPTR_DEF_VIRT(Type)\ #undef TFITRESULTPTR_DEF_NONVIRT #define TFITRESULTPTR_DEF_NONVIRT(Type)\ TFitResult_p Type ## _tFitResultPtrGet ( Type ## _p p )\ {\ return to_nonconst((TFitResult*)TYPECASTMETHOD(Type,tFitResultPtrGet,TFitResultPtr)(p)->Get());\ } TFITRESULTPTR_DECL_VIRT(TFitResultPtr); TFITRESULTPTR_DECL_NONVIRT(TFitResultPtr); #endif // __HROOT_HIST__TFitResultPtr__ #ifdef __cplusplus } #endif