TFunction


class description - source file - inheritance tree

class TFunction : public TDictionary


    protected:
virtual void CreateSignature() public:
TFunction(const TFunction& orig) TFunction(G__MethodInfo* info = 0) virtual ~TFunction() static TClass* Class() virtual TObject* Clone(const char* newname) const TList* GetListOfMethodArgs() virtual const char* GetMangledName() const Int_t GetNargs() const Int_t GetNargsOpt() const virtual const char* GetPrototype() const const char* GetReturnTypeName() const const char* GetSignature() const void* InterfaceMethod() const virtual TClass* IsA() const TFunction& operator=(const TFunction& rhs) virtual Long_t Property() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
G__MethodInfo* fInfo pointer to CINT function info TString fSignature string containing function signature TList* fMethodArgs list of function arguments


See also

TMethod

Class Description



Last update: Fri May 14 13:32:38 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.