|
ROOT
Reference Guide |
|
Go to the documentation of this file.
18 #ifndef ROOT_TGenericClassInfo
19 #define ROOT_TGenericClassInfo
37 class TCollectionProxyInfo;
77 const char *declFileName,
Int_t declFileLine,
83 const char *declFileName,
Int_t declFileLine,
89 const char *declFileName,
Int_t declFileLine,
109 const std::type_info &
GetInfo()
const;
113 const std::vector<ROOT::Internal::TSchemaHelper> &
GetReadRawRules()
const;
114 const std::vector<ROOT::Internal::TSchemaHelper> &
GetReadRules()
const;
134 void SetReadRawRules(
const std::vector<ROOT::Internal::TSchemaHelper>& rules );
135 void SetReadRules(
const std::vector<ROOT::Internal::TSchemaHelper>& rules );
143 void CreateRuleSet( std::vector<ROOT::Internal::TSchemaHelper>& vect,
Bool_t ProcessReadRules );
void SetDeleteArray(DelArrFunc_t deleteArrayFunc)
void SetDelete(DelFunc_t deleteFunc)
void SetConvStreamerFunc(ClassConvStreamerFunc_t)
void(* DesFunc_t)(void *)
void Init(Int_t pragmabits)
const std::vector< ROOT::Internal::TSchemaHelper > & GetReadRawRules() const
TVirtualCollectionProxy * fCollectionProxy
void(* ResetAfterMergeFunc_t)(void *, TFileMergeInfo *)
void AdoptCollectionStreamerInfo(Detail::TCollectionProxyInfo *)
Int_t SetImplFile(const char *file, Int_t line)
const char * GetClassName() const
void(* DelFunc_t)(void *)
Short_t SetVersion(Short_t version)
Int_t SetDeclFile(const char *file, Int_t line)
void SetDestructor(DesFunc_t destructorFunc)
std::vector< ROOT::Internal::TSchemaHelper > fReadRules
Detail::TCollectionProxyInfo * fCollectionStreamerInfo
DelArrFunc_t GetDeleteArray() const
void *(* NewArrFunc_t)(Long_t size, void *arena)
void SetStreamerFunc(ClassStreamerFunc_t)
TClass * IsA(const void *obj)
DelFunc_t GetDelete() const
TVirtualIsAProxy * GetIsA() const
DictFuncPtr_t fDictionary
std::string GetDemangledTypeName(const std::type_info &)
Returns a string with the demangled and normalized name for the given type.
void SetDirectoryAutoAdd(DirAutoAdd_t dirAutoAdd)
Detail::TCollectionProxyInfo * GetCollectionProxyInfo() const
Detail::TCollectionProxyInfo * GetCollectionStreamerInfo() const
void(* DirAutoAdd_t)(void *, TDirectory *)
void(* ClassStreamerFunc_t)(TBuffer &, void *)
Detail::TCollectionProxyInfo * fCollectionProxyInfo
Long64_t(* MergeFunc_t)(void *, TCollection *, TFileMergeInfo *)
void(* DelArrFunc_t)(void *)
const char * fDeclFileName
void SetResetAfterMerge(ResetAfterMergeFunc_t)
const char * GetImplFileName()
Short_t AdoptCollectionProxy(TVirtualCollectionProxy *)
DesFunc_t GetDestructor() const
void SetReadRawRules(const std::vector< ROOT::Internal::TSchemaHelper > &rules)
DelArrFunc_t fDeleteArray
const char * GetDeclFileName() const
const Internal::TInitBehavior * fAction
TGenericClassInfo(const TGenericClassInfo &)=delete
const char * fImplFileName
TGenericClassInfo & operator=(const TGenericClassInfo &)=delete
Int_t GetDeclFileLine() const
ClassStreamerFunc_t fStreamerFunc
Short_t SetStreamer(ClassStreamerFunc_t)
ClassConvStreamerFunc_t fConvStreamerFunc
const Internal::TInitBehavior & GetAction() const
void SetNewArray(NewArrFunc_t newArrayFunc)
const std::type_info & fInfo
const std::type_info & GetInfo() const
TClass instances represent classes, structs and namespaces in the ROOT type system.
void CreateRuleSet(std::vector< ROOT::Internal::TSchemaHelper > &vect, Bool_t ProcessReadRules)
Attach the schema evolution information to TClassObject.
ResetAfterMergeFunc_t fResetAfterMerge
void(* ClassConvStreamerFunc_t)(TBuffer &, void *, const TClass *)
void SetMerge(MergeFunc_t)
void *(* NewFunc_t)(void *)
DirAutoAdd_t GetDirectoryAutoAdd() const
void SetReadRules(const std::vector< ROOT::Internal::TSchemaHelper > &rules)
NewArrFunc_t GetNewArray() const
TClassStreamer * fStreamer
TClass *(* DictFuncPtr_t)()
const std::vector< ROOT::Internal::TSchemaHelper > & GetReadRules() const
Short_t AdoptStreamer(TClassStreamer *)
void SetNew(NewFunc_t newFunc)
std::vector< ROOT::Internal::TSchemaHelper > fReadRawRules
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
void AdoptCollectionProxyInfo(Detail::TCollectionProxyInfo *)