12 #ifndef ROOT_TGenericClassInfo
13 #define ROOT_TGenericClassInfo
73 const char *declFileName,
Int_t declFileLine,
79 const char *declFileName,
Int_t declFileLine,
85 const char *declFileName,
Int_t declFileLine,
105 const type_info &
GetInfo()
const;
109 const std::vector<ROOT::Internal::TSchemaHelper> &
GetReadRawRules()
const;
110 const std::vector<ROOT::Internal::TSchemaHelper> &
GetReadRules()
const;
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 SetStreamerFunc(ClassStreamerFunc_t)
void(* ClassStreamerFunc_t)(TBuffer &, void *)
DelArrFunc_t fDeleteArray
Detail::TCollectionProxyInfo * fCollectionProxyInfo
const Internal::TInitBehavior & GetAction() const
const std::vector< ROOT::Internal::TSchemaHelper > & GetReadRawRules() const
Namespace for new ROOT classes and functions.
void SetDelete(DelFunc_t deleteFunc)
TVirtualIsAProxy * GetIsA() const
void SetConvStreamerFunc(ClassConvStreamerFunc_t)
const type_info & GetInfo() const
void CreateRuleSet(std::vector< ROOT::Internal::TSchemaHelper > &vect, Bool_t ProcessReadRules)
Attach the schema evolution information to TClassObject.
Detail::TCollectionProxyInfo * GetCollectionStreamerInfo() const
DirAutoAdd_t GetDirectoryAutoAdd() const
Short_t AdoptCollectionProxy(TVirtualCollectionProxy *)
Short_t SetVersion(Short_t version)
ClassConvStreamerFunc_t fConvStreamerFunc
void SetMerge(MergeFunc_t)
Long64_t(* MergeFunc_t)(void *, TCollection *, TFileMergeInfo *)
void(* DesFunc_t)(void *)
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)
TClass *(* DictFuncPtr_t)()
Int_t SetDeclFile(const char *file, Int_t line)
void(* ClassConvStreamerFunc_t)(TBuffer &, void *, const TClass *)
const char * GetDeclFileName() const
Short_t AdoptStreamer(TClassStreamer *)
std::vector< ROOT::Internal::TSchemaHelper > fReadRawRules
const Internal::TInitBehavior * fAction
void *(* NewArrFunc_t)(Long_t size, void *arena)
Int_t SetImplFile(const char *file, Int_t line)
TClassStreamer * fStreamer
void AdoptCollectionStreamerInfo(Detail::TCollectionProxyInfo *)
Detail::TCollectionProxyInfo * fCollectionStreamerInfo
void(* ResetAfterMergeFunc_t)(void *, TFileMergeInfo *)
ClassStreamerFunc_t fStreamerFunc
Detail::TCollectionProxyInfo * GetCollectionProxyInfo() const
The ROOT global object gROOT contains a list of all defined classes.
void(* DirAutoAdd_t)(void *, TDirectory *)
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 SetDeleteArray(DelArrFunc_t deleteArrayFunc)
void Init(Int_t pragmabits)
void SetNew(NewFunc_t newFunc)
NewArrFunc_t GetNewArray() const
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(* DelArrFunc_t)(void *)
void *(* NewFunc_t)(void *)
void AdoptCollectionProxyInfo(Detail::TCollectionProxyInfo *)
void SetReadRawRules(const std::vector< ROOT::Internal::TSchemaHelper > &rules)