12 #ifndef ROOT_TGenericClassInfo 13 #define ROOT_TGenericClassInfo 33 class TCollectionProxyInfo;
73 const char *declFileName,
Int_t declFileLine,
79 const char *declFileName,
Int_t declFileLine,
85 const char *declFileName,
Int_t declFileLine,
94 const char *GetClassName()
const;
97 const char *GetDeclFileName()
const;
98 Int_t GetDeclFileLine()
const;
103 const char *GetImplFileName();
104 Int_t GetImplFileLine();
105 const std::type_info &GetInfo()
const;
109 const std::vector<ROOT::Internal::TSchemaHelper> &GetReadRawRules()
const;
110 const std::vector<ROOT::Internal::TSchemaHelper> &GetReadRules()
const;
111 Int_t GetVersion()
const;
113 TClass *IsA(
const void *obj);
122 void SetDestructor(
DesFunc_t destructorFunc);
124 void SetFromTemplate();
130 void SetReadRawRules(
const std::vector<ROOT::Internal::TSchemaHelper>& rules );
131 void SetReadRules(
const std::vector<ROOT::Internal::TSchemaHelper>& rules );
139 void CreateRuleSet( std::vector<ROOT::Internal::TSchemaHelper>& vect,
Bool_t ProcessReadRules );
void(* ClassStreamerFunc_t)(TBuffer &, void *)
DelArrFunc_t fDeleteArray
Detail::TCollectionProxyInfo * fCollectionProxyInfo
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
void(* DelArrFunc_t)(void *)
Long64_t(* MergeFunc_t)(void *, TCollection *, TFileMergeInfo *)
const std::type_info & fInfo
ClassConvStreamerFunc_t fConvStreamerFunc
ResetAfterMergeFunc_t fResetAfterMerge
void Init(TClassEdit::TInterpreterLookupHelper *helper)
const char * fDeclFileName
void *(* NewFunc_t)(void *)
const char * fImplFileName
TClass *(* DictFuncPtr_t)()
void(* ClassConvStreamerFunc_t)(TBuffer &, void *, const TClass *)
void(* ResetAfterMergeFunc_t)(void *, TFileMergeInfo *)
std::vector< ROOT::Internal::TSchemaHelper > fReadRawRules
const Internal::TInitBehavior * fAction
void *(* NewArrFunc_t)(Long_t size, void *arena)
TClassStreamer * fStreamer
Detail::TCollectionProxyInfo * fCollectionStreamerInfo
ClassStreamerFunc_t fStreamerFunc
The ROOT global object gROOT contains a list of all defined classes.
std::vector< ROOT::Internal::TSchemaHelper > fReadRules
TVirtualCollectionProxy * fCollectionProxy
void(* DelFunc_t)(void *)
void(* DirAutoAdd_t)(void *, TDirectory *)
DictFuncPtr_t fDictionary
void(* DesFunc_t)(void *)