virtual Long_t MethodArgInfo_Property(MethodArgInfo_t *) const
virtual const char * MethodArgInfo_DefaultValue(MethodArgInfo_t *) const
All ROOT classes may have RTTI (run time type identification) support added.
virtual const char * MethodArgInfo_TypeName(MethodArgInfo_t *) const
TList * GetOptions() const
Returns list of options - list of TOptionListItems.
Each ROOT method (see TMethod) has a linked list of its arguments.
virtual void MethodArgInfo_Delete(MethodArgInfo_t *) const
Long_t Property() const
Get property description word. For meaning of bits see EProperty.
const char * GetFullTypeName() const
Get full type description of method argument, e.g.: "class TDirectory*".
const char * GetTypeName() const
Get type of method argument, e.g.
virtual const char * TypeName(const char *s)=0
std::string GetTypeNormalizedName() const
Get the normalized name of the return type.
virtual ~TMethodArg()
TMethodArg dtor deletes adopted CINT MethodArgInfo object.
virtual const char * MethodArgInfo_Name(MethodArgInfo_t *) const
This class defines an abstract interface that must be implemented by all classes that contain diction...
TDataMember * GetDataMember() const
Returns TDataMember pointed by this methodarg.
virtual std::string MethodArgInfo_TypeNormalizedName(MethodArgInfo_t *) const =0
void Update(MethodArgInfo_t *info)
Update fInfo (to 0 for unloading and non-zero for reloading).
Global functions class (global functions are obtained from CINT).
const char * GetDefault() const
Get default value of method argument.
R__EXTERN TInterpreter * gCling
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
TList * GetOptions() const
Returns list of possible options - according to pointed datamember.
TDataMember * fDataMember