94 return c ?
c->GetTitle() :
"";
109 const char *type =
gCling->BaseClassInfo_TmpltName(
fInfo);
148 b.ReadClassBuffer(
Class(),
this);
155 b.WriteClassBuffer(
Class(),
this);
int Int_t
Signed integer 4 bytes (int).
long Long_t
Signed long integer 4 bytes (long). Size depends on architecture.
bool Bool_t
Boolean (0=false, 1=true) (bool).
externTInterpreter * gCling
externTVirtualMutex * gInterpreterMutex
#define R__LOCKGUARD(mutex)
Int_t GetDelta()
Get offset from "this" to part of base class.
ROOT::ESTLType IsSTLContainer()
Return which type (if any) of STL container the data member is.
void Browse(TBrowser *b) override
Called by the browser, to browse a baseclass.
void Streamer(TBuffer &) override
Stream an object of TBaseClass.
Long_t Property() const override
Get property description word. For meaning of bits see EProperty.
virtual ~TBaseClass()
TBaseClass dtor deletes adopted CINT BaseClassInfo object.
TBaseClass(const TBaseClass &)=delete
TClass * fClass
!pointer to parent class
BaseClassInfo_t * fInfo
!pointer to CINT base class info
TClass * GetClassPointer(Bool_t load=kTRUE)
Get pointer to the base class TClass.
const char * GetTitle() const override
Get base class description (comment).
Using a TBrowser one can browse all ROOT objects.
Buffer base class used for serializing objects.
TClass instances represent classes, structs and namespaces in the ROOT type system.
static TClass * GetClass(const char *name, Bool_t load=kTRUE, Bool_t silent=kFALSE)
Static method returning pointer to TClass of the specified class name.
virtual void SetName(const char *name)
Set the name of the TNamed.