#include <TGlobal.h>
Public Member Functions | |
TGlobal (DataMemberInfo_t *info=0) | |
TGlobal (const TGlobal &) | |
TGlobal & | operator= (const TGlobal &) |
virtual | ~TGlobal () |
Int_t | GetArrayDim () const |
Int_t | GetMaxIndex (Int_t dim) const |
void * | GetAddress () const |
const char * | GetTypeName () const |
const char * | GetFullTypeName () const |
Long_t | Property () const |
TGlobal (DataMemberInfo_t *info=0) | |
TGlobal (const TGlobal &) | |
TGlobal & | operator= (const TGlobal &) |
virtual | ~TGlobal () |
Int_t | GetArrayDim () const |
Int_t | GetMaxIndex (Int_t dim) const |
void * | GetAddress () const |
const char * | GetTypeName () const |
const char * | GetFullTypeName () const |
Long_t | Property () const |
Private Attributes | |
DataMemberInfo_t * | fInfo |
DataMemberInfo_t * | fInfo |
Definition at line 29 of file TGlobal.h.
TGlobal::TGlobal | ( | DataMemberInfo_t * | info = 0 |
) |
TGlobal::TGlobal | ( | const TGlobal & | ) |
Definition at line 40 of file TGlobal.cxx.
References TInterpreter::DataMemberInfo_FactoryCopy(), TInterpreter::DataMemberInfo_Name(), TInterpreter::DataMemberInfo_Title(), fInfo, and gCint.
TGlobal::~TGlobal | ( | ) | [virtual] |
Definition at line 66 of file TGlobal.cxx.
References TInterpreter::DataMemberInfo_Delete(), fInfo, and gCint.
TGlobal::TGlobal | ( | DataMemberInfo_t * | info = 0 |
) |
TGlobal::TGlobal | ( | const TGlobal & | ) |
virtual TGlobal::~TGlobal | ( | ) | [virtual] |
Definition at line 52 of file TGlobal.cxx.
References TInterpreter::DataMemberInfo_Delete(), TInterpreter::DataMemberInfo_FactoryCopy(), TInterpreter::DataMemberInfo_Name(), TInterpreter::DataMemberInfo_Title(), fInfo, and gCint.
Int_t TGlobal::GetArrayDim | ( | ) | const |
Definition at line 82 of file TGlobal.cxx.
References TInterpreter::DataMemberInfo_ArrayDim(), fInfo, and gCint.
Referenced by PyROOT::PropertyProxy::Set().
Definition at line 91 of file TGlobal.cxx.
References TInterpreter::DataMemberInfo_MaxIndex(), fInfo, and gCint.
Referenced by PyROOT::PropertyProxy::Set().
void * TGlobal::GetAddress | ( | ) | const |
Definition at line 74 of file TGlobal.cxx.
References TInterpreter::DataMemberInfo_Offset(), fInfo, and gCint.
Referenced by PyROOT::BindRootGlobal(), ClassImp(), and PyROOT::PropertyProxy::Set().
const char * TGlobal::GetTypeName | ( | ) | const |
Definition at line 100 of file TGlobal.cxx.
References TInterpreter::DataMemberInfo_TypeName(), fInfo, gCint, and TInterpreter::TypeName().
Referenced by PyROOT::BindRootGlobal(), and TDocParser::DecorateKeywords().
const char * TGlobal::GetFullTypeName | ( | ) | const |
Definition at line 110 of file TGlobal.cxx.
References TInterpreter::DataMemberInfo_TypeName(), fInfo, and gCint.
Referenced by PyROOT::BindRootGlobal(), and PyROOT::PropertyProxy::Set().
Long_t TGlobal::Property | ( | ) | const |
Definition at line 119 of file TGlobal.cxx.
References TInterpreter::DataMemberInfo_Property(), fInfo, and gCint.
Referenced by PyROOT::PropertyProxy::Set().
Int_t TGlobal::GetArrayDim | ( | ) | const |
void* TGlobal::GetAddress | ( | ) | const |
const char* TGlobal::GetTypeName | ( | ) | const |
const char* TGlobal::GetFullTypeName | ( | ) | const |
Long_t TGlobal::Property | ( | ) | const |
DataMemberInfo_t* TGlobal::fInfo [private] |
Definition at line 32 of file TGlobal.h.
Referenced by GetAddress(), GetArrayDim(), GetFullTypeName(), GetMaxIndex(), GetTypeName(), operator=(), Property(), TGlobal(), and ~TGlobal().
DataMemberInfo_t* TGlobal::fInfo [private] |