12 #ifndef ROOT_TClingMethodArgInfo
13 #define ROOT_TClingMethodArgInfo
47 explicit TClingMethodArgInfo(cling::Interpreter *interp) : fInterp(interp), fMethodInfo(0), fIdx(-1) {}
54 const char *
Name()
const;
60 #endif // ROOT_TClingMethodArgInfo
TClingMethodArgInfo(cling::Interpreter *interp)
Emulation of the CINT MethodInfo class.
const TClingTypeInfo * Type() const
const TClingMethodInfo * fMethodInfo
TClingMethodArgInfo(cling::Interpreter *interp, const TClingMethodInfo *mi)
const char * TypeName() const
Emulation of the CINT TypeInfo class.
const char * Name() const
const char * DefaultValue() const
Emulation of the CINT MethodInfo class.
cling::Interpreter * fInterp