37 TDictionary(), fInfo(info), fClass(cl), fDelta(INT_MAX),
38 fProperty(-1), fSTLType(-1)
95 return c ?
c->GetTitle() :
"";
147void TBaseClass::Streamer(
TBuffer&
b) {
149 b.ReadClassBuffer(
Class(),
this);
156 b.WriteClassBuffer(
Class(),
this);
R__EXTERN TVirtualMutex * gInterpreterMutex
R__EXTERN TInterpreter * gCling
#define R__LOCKGUARD(mutex)
Each class (see TClass) has a linked list of its base class(es).
Int_t GetDelta()
Get offset from "this" to part of base class.
TBaseClass(const TBaseClass &)
ROOT::ESTLType IsSTLContainer()
Return which type (if any) of STL container the data member is.
const char * GetTitle() const
Get base class description (comment).
virtual ~TBaseClass()
TBaseClass dtor deletes adopted CINT BaseClassInfo object.
virtual void Browse(TBrowser *b)
Called by the browser, to browse a baseclass.
TClassRef fClassPtr
pointer to CINT base class info
AtomicInt_t fDelta
pointer to parent class
TClass * GetClassPointer(Bool_t load=kTRUE)
Get pointer to the base class TClass.
Long_t Property() const
Get property description word. For meaning of bits see EProperty.
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.
This class defines an abstract interface that must be implemented by all classes that contain diction...
virtual const char * BaseClassInfo_TmpltName(BaseClassInfo_t *) const
virtual void BaseClassInfo_Delete(BaseClassInfo_t *) const
virtual ClassInfo_t * BaseClassInfo_ClassInfo(BaseClassInfo_t *) const =0
virtual Long_t BaseClassInfo_Offset(BaseClassInfo_t *, void *=0, bool=true) const
virtual const char * BaseClassInfo_FullName(BaseClassInfo_t *) const
virtual Long_t BaseClassInfo_Property(BaseClassInfo_t *) const
virtual void SetName(const char *name)
Set the name of the TNamed.