12 #ifndef ROOT_TGenericClassInfo 13 #define ROOT_TGenericClassInfo 29 class TCollectionProxyInfo;
69 const char *declFileName,
Int_t declFileLine,
75 const char *declFileName,
Int_t declFileLine,
81 const char *declFileName,
Int_t declFileLine,
85 void Init(
Int_t pragmabits);
90 const char *GetClassName()
const;
93 const char *GetDeclFileName()
const;
94 Int_t GetDeclFileLine()
const;
99 const char *GetImplFileName();
100 Int_t GetImplFileLine();
101 const std::type_info &GetInfo()
const;
105 const std::vector<ROOT::Internal::TSchemaHelper> &GetReadRawRules()
const;
106 const std::vector<ROOT::Internal::TSchemaHelper> &GetReadRules()
const;
107 Int_t GetVersion()
const;
109 TClass *IsA(
const void *obj);
118 void SetDestructor(
DesFunc_t destructorFunc);
120 void SetFromTemplate();
126 void SetReadRawRules(
const std::vector<ROOT::Internal::TSchemaHelper>& rules );
127 void SetReadRules(
const std::vector<ROOT::Internal::TSchemaHelper>& rules );
135 void CreateRuleSet( std::vector<ROOT::Internal::TSchemaHelper>& vect,
Bool_t ProcessReadRules );
void(* ClassStreamerFunc_t)(TBuffer &, void *)
DelArrFunc_t fDeleteArray
Detail::TCollectionProxyInfo * fCollectionProxyInfo
Namespace for new ROOT classes and functions.
void(* DelArrFunc_t)(void *)
Long64_t(* MergeFunc_t)(void *, TCollection *, TFileMergeInfo *)
const std::type_info & fInfo
ClassConvStreamerFunc_t fConvStreamerFunc
ResetAfterMergeFunc_t fResetAfterMerge
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
Binding & operator=(OUT(*fun)(void))
void(* DelFunc_t)(void *)
void(* DirAutoAdd_t)(void *, TDirectory *)
DictFuncPtr_t fDictionary
void(* DesFunc_t)(void *)