36 if (!
name || status != 0)
86 TGenericClassInfo::TGenericClassInfo(
const char *
fullClassname,
94 fImplFileName(nullptr), fImplFileLine(0),
97 fMerge(nullptr),fResetAfterMerge(nullptr),fNew(nullptr),fNewArray(nullptr),fDelete(nullptr),fDeleteArray(nullptr),fDestructor(nullptr), fDirAutoAdd(nullptr), fStreamer(nullptr),
108 const std::type_info &
info,
const Internal::TInitBehavior *
action,
114 fImplFileName(nullptr), fImplFileLine(0),
117 fMerge(nullptr),fResetAfterMerge(nullptr),fNew(nullptr),fNewArray(nullptr),fDelete(nullptr),fDeleteArray(nullptr),fDestructor(nullptr), fDirAutoAdd(nullptr), fStreamer(nullptr),
127 class TForNamespace {};
131 const Internal::TInitBehavior *
action,
136 fImplFileName(nullptr), fImplFileLine(0),
139 fMerge(nullptr),fResetAfterMerge(nullptr),fNew(nullptr),fNewArray(nullptr),fDelete(nullptr),fDeleteArray(nullptr),fDestructor(nullptr), fDirAutoAdd(nullptr), fStreamer(nullptr),
140 fStreamerFunc(nullptr), fConvStreamerFunc(nullptr), fCollectionProxy(nullptr), fSizeof(0),
fPragmaBits(
pragmabits),
203 if (!fAction)
return;
204 GetAction().Register(fClassName,
211 TGenericClassInfo::~TGenericClassInfo()
227 GetAction().Unregister(GetClassName(),
fClass);
230 const Internal::TInitBehavior &TGenericClassInfo::GetAction()
const
237 TClass *TGenericClassInfo::GetClass()
248 ::Fatal(
"TClass::TClass",
"ROOT system not initialized");
256 fClass = GetAction().CreateClass(GetClassName(),
265 fClass->fHasCustomStreamerMember =
true;
268 fClass->SetNewArray(fNewArray);
269 fClass->SetDelete(fDelete);
270 fClass->SetDeleteArray(fDeleteArray);
271 fClass->SetDestructor(fDestructor);
272 fClass->SetDirectoryAutoAdd(fDirAutoAdd);
273 fClass->SetStreamerFunc(fStreamerFunc);
274 fClass->SetConvStreamerFunc(fConvStreamerFunc);
276 fClass->SetResetAfterMerge(fResetAfterMerge);
277 fClass->AdoptStreamer(fStreamer); fStreamer =
nullptr;
280 if (!
fClass->IsZombie()) {
281 if (fCollectionProxy)
fClass->CopyCollectionProxy(*fCollectionProxy);
286 fClass->SetClassSize(fSizeof);
296 fClass->CreateAttributeMap();
301 fClass->GetAttributeMap()->AddProperty(
"rntuple.streamerMode",
"false");
303 fClass->GetAttributeMap()->AddProperty(
"rntuple.streamerMode",
"true");
313 void TGenericClassInfo::CreateRuleSet( std::vector<Internal::TSchemaHelper>&
vect,
316 if (
vect.empty() ) {
332 std::vector<Internal::TSchemaHelper>::iterator it;
338 ::Warning(
"TGenericClassInfo",
"The rule for class: \"%s\": version, \"%s\" and data members: \"%s\" has been skipped because %s.",
339 GetClassName(), it->fVersion.c_str(), it->fTarget.c_str(),
errmsg.Data() );
345 const char *TGenericClassInfo::GetClassName()
const
353 Detail::TCollectionProxyInfo *TGenericClassInfo::GetCollectionProxyInfo()
const
360 Detail::TCollectionProxyInfo *TGenericClassInfo::GetCollectionStreamerInfo()
const
367 const std::type_info &TGenericClassInfo::GetInfo()
const
374 const std::vector<Internal::TSchemaHelper>& TGenericClassInfo::GetReadRawRules()
const
382 const std::vector<Internal::TSchemaHelper>& TGenericClassInfo::GetReadRules()
const
388 void TGenericClassInfo::SetFromTemplate()
396 Int_t TGenericClassInfo::SetImplFile(
const char *file,
Int_t line)
400 fImplFileName = file;
401 fImplFileLine =
line;
406 Int_t TGenericClassInfo::SetDeclFile(
const char *file,
Int_t line)
410 fDeclFileName = file;
411 fDeclFileLine =
line;
430 void TGenericClassInfo::AdoptCollectionProxyInfo(TCollectionProxyInfo *
info)
439 void TGenericClassInfo::AdoptCollectionStreamerInfo(TCollectionProxyInfo *
info)
453 delete fStreamer; fStreamer =
nullptr;
467 delete fCollectionProxy; fCollectionProxy =
nullptr;
469 if (
fClass && fCollectionProxy && !
fClass->IsZombie()) {
470 fClass->CopyCollectionProxy(*fCollectionProxy);
475 void TGenericClassInfo::SetReadRawRules(
const std::vector<Internal::TSchemaHelper>&
rules )
482 void TGenericClassInfo::SetReadRules(
const std::vector<Internal::TSchemaHelper>&
rules )
492 delete fStreamer; fStreamer =
nullptr;
517 const char *TGenericClassInfo::GetDeclFileName()
const
521 return fDeclFileName;
524 Int_t TGenericClassInfo::GetDeclFileLine()
const
528 return fDeclFileLine;
531 const char *TGenericClassInfo::GetImplFileName()
536 return fImplFileName;
539 Int_t TGenericClassInfo::GetImplFileLine()
544 return fImplFileLine;
547 Int_t TGenericClassInfo::GetVersion()
const
554 TClass *TGenericClassInfo::IsA(
const void *obj)
608 void TGenericClassInfo::SetDirectoryAutoAdd(
DirAutoAdd_t func)
628 fResetAfterMerge = func;
629 if (
fClass)
fClass->SetResetAfterMerge(fResetAfterMerge);
632 NewFunc_t TGenericClassInfo::GetNew()
const
646 DelFunc_t TGenericClassInfo::GetDelete()
const
660 DesFunc_t TGenericClassInfo::GetDestructor()
const
667 DirAutoAdd_t TGenericClassInfo::GetDirectoryAutoAdd()
const
TClass *(* DictFuncPtr_t)()
std::atomic< TClass * > atomic_TClass_ptr
void(* ClassStreamerFunc_t)(TBuffer &, void *)
void(* ClassConvStreamerFunc_t)(TBuffer &, void *, const TClass *)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
void Fatal(const char *location, const char *msgfmt,...)
Use this function in case of a fatal error. It will abort the program.
R__EXTERN TVirtualMutex * gInterpreterMutex
R__EXTERN TVirtualMutex * gROOTMutex
#define R__LOCKGUARD(mutex)
static void SetInstance(::ROOT::TGenericClassInfo &R__instance, NewFunc_t, NewArrFunc_t, DelFunc_t, DelArrFunc_t, DesFunc_t)
static void SetName(const std::string &name, std::string &nameMember)
static void SetfgIsA(atomic_TClass_ptr &isA, TClass *(*dictfun)())
const_iterator begin() const
const_iterator end() const
@ kHasCustomStreamerMember
TClass instances represent classes, structs and namespaces in the ROOT type system.
The TNamed class is the base class for all named ROOT classes.
TCollection * GetListOfClasses() const
static Bool_t Initialized()
Return kTRUE if the TROOT object has been initialized.
Defines a common interface to inspect/change the contents of an object that represents a collection.
static constexpr Version_t Class_Version()
R__EXTERN TROOT * gROOTLocal
const TInitBehavior * DefineBehavior(void *, void *)
std::string GetDemangledTypeName(const std::type_info &t)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
void(* DirAutoAdd_t)(void *, TDirectory *)
void(* ResetAfterMergeFunc_t)(void *, TFileMergeInfo *)
void(* DesFunc_t)(void *)
void(* DelFunc_t)(void *)
TNamed * RegisterClassTemplate(const char *name, const char *file, Int_t line)
Global function to register the implementation file and line of a class template (i....
void *(* NewArrFunc_t)(Long_t size, void *arena)
void ResetClassVersion(TClass *, const char *, Short_t)
Global function to update the version number.
void(* DelArrFunc_t)(void *)
void *(* NewFunc_t)(void *)
Long64_t(* MergeFunc_t)(void *, TCollection *, TFileMergeInfo *)
void RemoveClassAlternate(ROOT::TClassAlt *)
void Init(TClassEdit::TInterpreterLookupHelper *helper)
char * DemangleName(const char *mangled_name, int &errorCode)
void GetNormalizedName(std::string &norm_name, std::string_view name)
Return the normalized name.