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,
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;
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 SetStreamerFunc(ClassStreamerFunc_t)
TClass *(* DictFuncPtr_t)()
void *(* NewArrFunc_t)(Long_t size, void *arena)
DelArrFunc_t fDeleteArray
Detail::TCollectionProxyInfo * fCollectionProxyInfo
const Internal::TInitBehavior & GetAction() const
const std::vector< ROOT::Internal::TSchemaHelper > & GetReadRawRules() const
void SetDelete(DelFunc_t deleteFunc)
void(* ResetAfterMergeFunc_t)(void *, TFileMergeInfo *)
TVirtualIsAProxy * GetIsA() const
void SetConvStreamerFunc(ClassConvStreamerFunc_t)
const std::type_info & fInfo
void CreateRuleSet(std::vector< ROOT::Internal::TSchemaHelper > &vect, Bool_t ProcessReadRules)
Attach the schema evolution information to TClassObject.
void(* DirAutoAdd_t)(void *, TDirectory *)
Detail::TCollectionProxyInfo * GetCollectionStreamerInfo() const
DirAutoAdd_t GetDirectoryAutoAdd() const
Short_t AdoptCollectionProxy(TVirtualCollectionProxy *)
void *(* NewFunc_t)(void *)
Short_t SetVersion(Short_t version)
void(* DelArrFunc_t)(void *)
ClassConvStreamerFunc_t fConvStreamerFunc
void SetMerge(MergeFunc_t)
DelArrFunc_t GetDeleteArray() const
ResetAfterMergeFunc_t fResetAfterMerge
const char * fDeclFileName
void SetReadRules(const std::vector< ROOT::Internal::TSchemaHelper > &rules)
void SetDirectoryAutoAdd(DirAutoAdd_t dirAutoAdd)
TClass * IsA(const void *obj)
const char * fImplFileName
const std::vector< ROOT::Internal::TSchemaHelper > & GetReadRules() const
Short_t SetStreamer(ClassStreamerFunc_t)
Int_t SetDeclFile(const char *file, Int_t line)
const char * GetDeclFileName() const
Short_t AdoptStreamer(TClassStreamer *)
std::vector< ROOT::Internal::TSchemaHelper > fReadRawRules
const Internal::TInitBehavior * fAction
Int_t SetImplFile(const char *file, Int_t line)
void(* DesFunc_t)(void *)
TClassStreamer * fStreamer
void AdoptCollectionStreamerInfo(Detail::TCollectionProxyInfo *)
const std::type_info & GetInfo() const
Detail::TCollectionProxyInfo * fCollectionStreamerInfo
ClassStreamerFunc_t fStreamerFunc
Detail::TCollectionProxyInfo * GetCollectionProxyInfo() const
The ROOT global object gROOT contains a list of all defined classes.
const char * GetImplFileName()
void SetDestructor(DesFunc_t destructorFunc)
std::vector< ROOT::Internal::TSchemaHelper > fReadRules
Int_t GetDeclFileLine() const
const char * GetClassName() const
TVirtualCollectionProxy * fCollectionProxy
DelFunc_t GetDelete() const
void(* ClassStreamerFunc_t)(TBuffer &, void *)
void SetDeleteArray(DelArrFunc_t deleteArrayFunc)
Long64_t(* MergeFunc_t)(void *, TCollection *, TFileMergeInfo *)
void Init(Int_t pragmabits)
void SetNew(NewFunc_t newFunc)
NewArrFunc_t GetNewArray() const
void(* ClassConvStreamerFunc_t)(TBuffer &, void *, const TClass *)
void SetNewArray(NewArrFunc_t newArrayFunc)
void(* DelFunc_t)(void *)
void SetResetAfterMerge(ResetAfterMergeFunc_t)
DictFuncPtr_t fDictionary
TGenericClassInfo & operator=(const TGenericClassInfo &)
DesFunc_t GetDestructor() const
void AdoptCollectionProxyInfo(Detail::TCollectionProxyInfo *)
void SetReadRawRules(const std::vector< ROOT::Internal::TSchemaHelper > &rules)