12 #ifndef ROOT_TBaseClass    13 #define ROOT_TBaseClass    25 #ifndef ROOT_TDictionary    28 #ifndef ROOT_TClassRef 
TClass * GetClassPointer(Bool_t load=kTRUE)
Get pointer to the base class TClass. 
 
void SetClass(TClass *cl)
 
#define ClassDef(name, id)
 
Int_t GetDelta()
Get offset from "this" to part of base class. 
 
TClassRef fClassPtr
pointer to CINT base class info 
 
Using a TBrowser one can browse all ROOT objects. 
 
This class defines an abstract interface that must be implemented by all classes that contain diction...
 
const char * GetTitle() const
Get base class description (comment). 
 
TBaseClass & operator=(const TBaseClass &)
 
The ROOT global object gROOT contains a list of all defined classes. 
 
Bool_t IsFolder() const
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects)...
 
TBaseClass(const TBaseClass &)
 
Each class (see TClass) has a linked list of its base class(es). 
 
Int_t fDelta
pointer to parent class 
 
virtual ~TBaseClass()
TBaseClass dtor deletes adopted CINT BaseClassInfo object. 
 
Long_t Property() const
Get property description word. For meaning of bits see EProperty. 
 
TClassRef is used to implement a permanent reference to a TClass object. 
 
ROOT::ESTLType IsSTLContainer()
Return which type (if any) of STL container the data member is. 
 
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
 
virtual void Browse(TBrowser *b)
Called by the browser, to browse a baseclass.