![]() |
ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
TDeclNameRegistry (Int_t verbLevel=0) | |
TDeclNameRegistry class constructor. More... | |
void | AddQualifiedName (const char *name) |
Extract this part of the name. More... | |
Bool_t | HasDeclName (const char *name) const |
~TDeclNameRegistry () | |
Private Attributes | |
Int_t | fVerbLevel =0 |
std::unordered_set< std::string > | fClassNamesSet |
std::atomic_flag | fSpinLock |
TClass::TDeclNameRegistry::TDeclNameRegistry | ( | Int_t | verbLevel = 0 | ) |
TDeclNameRegistry class constructor.
Definition at line 130 of file TClass.cxx.
TClass::TDeclNameRegistry::~TDeclNameRegistry | ( | ) |
Definition at line 180 of file TClass.cxx.
void TClass::TDeclNameRegistry::AddQualifiedName | ( | const char * | name | ) |
Extract this part of the name.
Definition at line 141 of file TClass.cxx.
Referenced by TClass::InsertTClassInRegistryRAII::~InsertTClassInRegistryRAII().
Bool_t TClass::TDeclNameRegistry::HasDeclName | ( | const char * | name | ) | const |
Definition at line 168 of file TClass.cxx.
Referenced by TClass::HasNoInfoOrEmuOrFwdDeclaredDecl().
|
private |
|
mutableprivate |
Definition at line 151 of file TClass.h.
Referenced by TDeclNameRegistry().