24 #ifndef ROOT_TDictionary    35    TGlobal(DataMemberInfo_t *info = 0);
    48    virtual bool   Update(DataMemberInfo_t *info);
    56       typedef void* (*GlobalFunc_t)();
    58                             GlobalFunc_t funcPtr):fFuncPtr(funcPtr)
    70       virtual bool   Update(DataMemberInfo_t * ) { 
return false; }
    80       static TList&  GetEarlyRegisteredGlobals();
 
Long_t Property() const
Get property description word. For meaning of bits see EProperty. 
 
virtual DeclId_t GetDeclId() const
 
ROOT top level object description. 
 
virtual Int_t GetMaxIndex(Int_t dim) const
Return maximum index for array dimension "dim". 
 
virtual ~TGlobal()
TGlobal dtor deletes adopted CINT DataMemberInfo object. 
 
virtual const char * GetFullTypeName() const
Get full type description of global variable, e,g.: "class TDirectory*". 
 
const char * GetFullTypeName() const
Get full type description of global variable, e,g.: "class TDirectory*". 
 
const char * GetTypeName() const
Get type of global variable, e,g. 
 
virtual void * GetAddress() const
Return address of global. 
 
DeclId_t GetDeclId() const
 
virtual void SetNameTitle(const char *name, const char *title)
Set all the TNamed parameters (name and title). 
 
virtual Long_t Property() const
Get property description word. For meaning of bits see EProperty. 
 
#define ClassDef(name, id)
 
void Add(THist< DIMENSIONS, PRECISION_TO, STAT_TO... > &to, THist< DIMENSIONS, PRECISION_FROM, STAT_FROM... > &from)
Add two histograms. 
 
void * GetAddress() const
Return address of global. 
 
TGlobalMappedFunction(const char *name, const char *type, GlobalFunc_t funcPtr)
 
This class defines an abstract interface that must be implemented by all classes that contain diction...
 
virtual Bool_t IsValid()
Return true if this global object is pointing to a currently loaded global. 
 
Global variables class (global variables are obtained from CINT). 
 
virtual Int_t GetArrayDim() const
Return number of array dimensions. 
 
virtual bool Update(DataMemberInfo_t *)
Update the TFunction to reflect the new info. 
 
Int_t GetArrayDim() const
Return number of array dimensions. 
 
virtual const char * GetTypeName() const
Get type of global variable, e,g. 
 
virtual bool Update(DataMemberInfo_t *info)
Update the TFunction to reflect the new info. 
 
TGlobal & operator=(const TGlobal &)
Assignment operator. 
 
Int_t GetMaxIndex(Int_t) const
Return maximum index for array dimension "dim". 
 
TGlobal(DataMemberInfo_t *info=0)
pointer to CINT data member info 
 
virtual ~TGlobalMappedFunction()