ROOT » CORE » META » TFunction

class TFunction: public TDictionary


Global functions class (global functions are obtaine from CINT).
This class describes one single global function.
The TROOT class contains a list of all currently defined global
functions (accessible via TROOT::GetListOfGlobalFunctions()).


Function Members (Methods)

public:
virtual~TFunction()
voidTObject::AbstractMethod(const char* method) const
virtual voidTObject::AppendPad(Option_t* option = "")
virtual voidTObject::Browse(TBrowser* b)
static TClass*Class()
virtual const char*TObject::ClassName() const
virtual voidTNamed::Clear(Option_t* option = "")
virtual TObject*Clone(const char* newname = "") const
virtual Int_tTNamed::Compare(const TObject* obj) const
virtual voidTNamed::Copy(TObject& named) const
voidTDictionary::CreateAttributeMap()
virtual voidTObject::Delete(Option_t* option = "")MENU
virtual Int_tTObject::DistancetoPrimitive(Int_t px, Int_t py)
virtual voidTObject::Draw(Option_t* option = "")
virtual voidTObject::DrawClass() constMENU
virtual TObject*TObject::DrawClone(Option_t* option = "") constMENU
virtual voidTObject::Dump() constMENU
virtual voidTObject::Error(const char* method, const char* msgfmt) const
virtual voidTObject::Execute(const char* method, const char* params, Int_t* error = 0)
virtual voidTObject::Execute(TMethod* method, TObjArray* params, Int_t* error = 0)
virtual voidTObject::ExecuteEvent(Int_t event, Int_t px, Int_t py)
Long_tExtraProperty() const
virtual voidTObject::Fatal(const char* method, const char* msgfmt) const
virtual voidTNamed::FillBuffer(char*& buffer)
virtual TObject*TObject::FindObject(const char* name) const
virtual TObject*TObject::FindObject(const TObject* obj) const
TDictAttributeMap*TDictionary::GetAttributeMap() const
TDictionary::DeclId_tGetDeclId() const
static TDictionary*TDictionary::GetDictionary(const char* name)
static TDictionary*TDictionary::GetDictionary(const type_info& typeinfo)
virtual Option_t*TObject::GetDrawOption() const
static Long_tTObject::GetDtorOnly()
virtual const char*TObject::GetIconName() const
TList*GetListOfMethodArgs()
virtual const char*GetMangledName() const
virtual const char*TNamed::GetName() const
Int_tGetNargs() const
Int_tGetNargsOpt() const
virtual char*TObject::GetObjectInfo(Int_t px, Int_t py) const
static Bool_tTObject::GetObjectStat()
virtual Option_t*TObject::GetOption() const
virtual const char*GetPrototype() const
const char*GetReturnTypeName() const
stringGetReturnTypeNormalizedName() const
const char*GetSignature()
virtual const char*TNamed::GetTitle() const
virtual UInt_tTObject::GetUniqueID() const
virtual Bool_tTObject::HandleTimer(TTimer* timer)
virtual ULong_tTNamed::Hash() const
virtual voidTObject::Info(const char* method, const char* msgfmt) const
virtual Bool_tTObject::InheritsFrom(const char* classname) const
virtual Bool_tTObject::InheritsFrom(const TClass* cl) const
virtual voidTObject::Inspect() constMENU
void*InterfaceMethod() const
voidTObject::InvertBit(UInt_t f)
virtual TClass*IsA() const
virtual Bool_tTObject::IsEqual(const TObject* obj) const
virtual Bool_tTObject::IsFolder() const
Bool_tTObject::IsOnHeap() const
virtual Bool_tTNamed::IsSortable() const
virtual Bool_tIsValid()
Bool_tTObject::IsZombie() const
virtual voidls(Option_t* option = "") const
voidTObject::MayNotUse(const char* method) const
virtual Bool_tTObject::Notify()
voidTObject::Obsolete(const char* method, const char* asOfVers, const char* removedFromVers) const
voidTObject::operator delete(void* ptr)
voidTObject::operator delete(void* ptr, void* vp)
voidTObject::operator delete[](void* ptr)
voidTObject::operator delete[](void* ptr, void* vp)
void*TObject::operator new(size_t sz)
void*TObject::operator new(size_t sz, void* vp)
void*TObject::operator new[](size_t sz)
void*TObject::operator new[](size_t sz, void* vp)
TFunction&operator=(const TFunction& rhs)
virtual voidTObject::Paint(Option_t* option = "")
virtual voidTObject::Pop()
virtual voidPrint(Option_t* option = "") const
virtual Long_tProperty() const
virtual Int_tTObject::Read(const char* name)
virtual voidTObject::RecursiveRemove(TObject* obj)
voidTObject::ResetBit(UInt_t f)
virtual voidTObject::SaveAs(const char* filename = "", Option_t* option = "") constMENU
virtual voidTObject::SavePrimitive(ostream& out, Option_t* option = "")
voidTObject::SetBit(UInt_t f)
voidTObject::SetBit(UInt_t f, Bool_t set)
virtual voidTObject::SetDrawOption(Option_t* option = "")MENU
static voidTObject::SetDtorOnly(void* obj)
virtual voidTNamed::SetName(const char* name)MENU
virtual voidTNamed::SetNameTitle(const char* name, const char* title)
static voidTObject::SetObjectStat(Bool_t stat)
virtual voidTNamed::SetTitle(const char* title = "")MENU
virtual voidTObject::SetUniqueID(UInt_t uid)
virtual voidShowMembers(TMemberInspector& insp) const
virtual Int_tTNamed::Sizeof() const
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)
virtual voidTObject::SysError(const char* method, const char* msgfmt) const
Bool_tTObject::TestBit(UInt_t f) const
Int_tTObject::TestBits(UInt_t f) const
TFunction(MethodInfo_t* info = 0)
TFunction(const TFunction& orig)
virtual boolUpdate(MethodInfo_t* info)
virtual voidTObject::UseCurrentStyle()
virtual voidTObject::Warning(const char* method, const char* msgfmt) const
virtual Int_tTObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0)
virtual Int_tTObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0) const
protected:
virtual voidCreateSignature()
virtual voidTObject::DoError(int level, const char* location, const char* fmt, va_list va) const
voidTObject::MakeZombie()
Bool_tTDictionary::UpdateInterpreterStateMarker()

Data Members

protected:
MethodInfo_t*fInfopointer to Interpreter function info
TStringfMangledNameMangled name as determined by CINT.
TList*fMethodArgslist of function arguments
TStringTNamed::fNameobject identifier
TStringfSignaturestring containing function signature
TStringTNamed::fTitleobject title

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TFunction(MethodInfo_t* info = 0)
 Default TFunction ctor. TFunctions are constructed in TROOT via
 a call to TCling::UpdateListOfGlobalFunctions().
TFunction(const TFunction& orig)
 Copy operator.
TFunction& operator=(const TFunction& rhs)
 Assignment operator.
~TFunction()
 TFunction dtor deletes adopted CINT MethodInfo.
TObject * Clone(const char* newname = "") const
 Clone method.
void CreateSignature()
 Using the CINT method arg information to create a complete signature string.
const char * GetSignature()
 Return signature of function.
TList * GetListOfMethodArgs()
 Return list containing the TMethodArgs of a TFunction.
const char * GetReturnTypeName() const
 Get full type description of function return type, e,g.: "class TDirectory*".
std::string GetReturnTypeNormalizedName() const
 Get the normalized name of the return type.  A normalized name is fully
 qualified and has all typedef desugared except for the 'special' typedef
 which include Double32_t, Float16_t, [U]Long64_t and std::string.  It
 also has std:: removed [This is subject to change].

Int_t GetNargs() const
 Number of function arguments.
Int_t GetNargsOpt() const
 Number of function optional (default) arguments.
Long_t Property() const
 Get property description word. For meaning of bits see EProperty.
Long_t ExtraProperty() const
 Get property description word. For meaning of bits see EProperty.
TDictionary::DeclId_t GetDeclId() const
void * InterfaceMethod() const
 Return pointer to the interface method. Using this pointer we
 can find which TFunction belongs to a CINT MethodInfo object.
 Both need to have the same InterfaceMethod pointer.
Bool_t IsValid()
 Return true if this function object is pointing to a currently
 loaded function.  If a function is unloaded after the TFunction
 is created, the TFunction will be set to be invalid.
const char * GetMangledName() const
 Returns the mangled name as defined by CINT, or 0 in case of error.
const char * GetPrototype() const
 Returns the prototype of a function as defined by CINT, or 0 in
 case of error.
void ls(Option_t* option = "") const
 List TFunction name and title.
void Print(Option_t* option = "") const
 Print TFunction name and title.
Bool_t Update(MethodInfo_t* info)
 Update the TFunction to reflect the new info.

 This can be used to implement unloading (info == 0) and then reloading
 (info being the 'new' decl address).