12#ifndef ROOT_TMethodArg
13#define ROOT_TMethodArg
56 void Update(MethodArgInfo_t *info);
#define ClassDef(name, id)
All ROOT classes may have RTTI (run time type identification) support added.
This class defines an abstract interface that must be implemented by all classes that contain diction...
Global functions class (global functions are obtained from CINT).
Each ROOT method (see TMethod) has a linked list of its arguments.
const char * GetFullTypeName() const
Get full type description of method argument, e.g.: "class TDirectory*".
TList * GetOptions() const
Returns list of possible options - according to pointed datamember.
const char * GetDefault() const
Get default value of method argument.
virtual ~TMethodArg()
TMethodArg dtor deletes adopted CINT MethodArgInfo object.
TMethodArg & operator=(const TMethodArg &)
void Update(MethodArgInfo_t *info)
Update fInfo (to 0 for unloading and non-zero for reloading).
Long_t Property() const
Get property description word. For meaning of bits see EProperty.
std::string GetTypeNormalizedName() const
Get the normalized name of the return type.
TFunction * GetMethod() const
const char * GetTypeName() const
Get type of method argument, e.g.
TDataMember * fDataMember
TDataMember * GetDataMember() const
Returns TDataMember pointed by this methodarg.
TMethodArg(const TMethodArg &)
Each ROOT class (see TClass) has a linked list of methods.