98   if (newname && strlen(newname)) newobj->
SetName(newname);
 
  147      Int_t nchs = strlen(argstring);    
 
  148      char *argstr = 
new char[nchs+1];   
 
  154      strlcpy(argstr,argstring,nchs+1);       
 
  173            tok = 
new char[nch+1];
 
  174            strlcpy(tok,
ptr1,nch+1);
 
  175            tokens[token_cnt] = tok;            
 
  186      for (i=0; i<token_cnt;i++) {
 
  207            if (
a) 
a->fDataMember = member; 
 
  224      char dataname[67]    = 
"";
 
  225      char basename[64]    = 
"";
 
  226      const char *funcname = 
GetName();
 
  227      if ( strncmp(funcname,
"Get",3) == 0 || strncmp(funcname,
"Set",3) == 0 )
 
  228         snprintf(basename,64,
"%s",funcname+3);
 
  229      else if ( strncmp(funcname,
"Is",2) == 0 )
 
  230         snprintf(basename,64,
"%s",funcname+2);
 
  231      else if (strncmp(funcname, 
"Has", 3) == 0)
 
  232         snprintf(basename,64,
"%s", funcname+3);
 
  236      snprintf(dataname,67,
"f%s",basename);
 
  241         if (
a) 
a->fDataMember = member;
 
  244         snprintf(dataname,67,
"fIs%s",basename);  
 
  249            if (
a) 
a->fDataMember = member;
 
  282         MethodInfo_t *info = 
gInterpreter->MethodInfo_Factory(newId);
 
  320   if (docstring && strstr(docstring, 
"*TOGGLE")) {
 
  323      if ((
s = strstr(docstring, 
"*GETTER="))) {
 
  328      if (docstring && strstr(docstring, 
"*MENU"))
 
  331         if (docstring && strstr(docstring, 
"*SUBMENU"))
 
char * R__STRTOK_R(char *str, const char *delim, char **saveptr)
 
R__EXTERN TInterpreter * gCling
 
TClass instances represent classes, structs and namespaces in the ROOT type system.
 
TDataMember * GetDataMember(const char *datamember) const
Return pointer to datamember object with name "datamember".
 
ClassInfo_t * GetClassInfo() const
 
TClass * GetBaseDataMember(const char *datamember)
Return pointer to (base) class that contains datamember.
 
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
 
All ROOT classes may have RTTI (run time type identification) support added.
 
Bool_t UpdateInterpreterStateMarker()
the Cling ID of the transaction that last updated the object
 
Global functions class (global functions are obtained from CINT).
 
virtual void CreateSignature()
Using the CINT method arg information to create a complete signature string.
 
Long_t Property() const
Get property description word. For meaning of bits see EProperty.
 
virtual bool Update(MethodInfo_t *info)
Update the TFunction to reflect the new info.
 
TList * GetListOfMethodArgs()
Return list containing the TMethodArgs of a TFunction.
 
TFunction & operator=(const TFunction &rhs)
Assignment operator.
 
virtual const char * MethodInfo_Title(MethodInfo_t *) const
 
virtual TObject * First() const
Return the first object in the list. Returns 0 when list is empty.
 
Each ROOT method (see TMethod) has a linked list of its arguments.
 
Method or function calling interface.
 
Each ROOT class (see TClass) has a linked list of methods.
 
TMethodCall * fSetterMethod
 
virtual const char * GetCommentString()
Returns a comment string from the class declaration.
 
TMethod & operator=(const TMethod &rhs)
Assignment operator.
 
virtual const char * Getter() const
 
virtual TDataMember * FindDataMember()
Tries to guess DataMember from comment string and Method's name <==(only if 1 Argument!...
 
TClass * GetClass() const
 
void CreateSignature()
Using the CINT method arg information create a complete signature string.
 
void SetMenuItem(const char *docstring)
Set the menu item as prescribed in the doctstring.
 
virtual ~TMethod()
Cleanup.
 
virtual TMethodCall * SetterMethod()
Return call environment for this method in case this is a *TOGGLE method which takes a single boolean...
 
virtual Bool_t Update(MethodInfo_t *info)
Update the TMethod to reflect the new info.
 
TMethod(MethodInfo_t *info=0, TClass *cl=0)
Default TMethod ctor.
 
TMethodCall * fGetterMethod
 
virtual TObject * Clone(const char *newname="") const
Clone method.
 
virtual Bool_t IsValid()
Return true if this function object is pointing to a currently loaded function.
 
virtual TList * GetListOfMethodArgs()
Returns methodarg list and additionally updates fDataMember in TMethod by calling FindDataMember();.
 
virtual TMethodCall * GetterMethod()
Return call environment for the getter method in case this is a *TOGGLE method (for the context menu)...
 
The TNamed class is the base class for all named ROOT classes.
 
virtual void SetName(const char *name)
Set the name of the TNamed.
 
virtual const char * GetName() const
Returns name of object.
 
Mother of all ROOT objects.
 
virtual void Fatal(const char *method, const char *msgfmt,...) const
Issue fatal error message.
 
TSubString Strip(EStripType s=kTrailing, char c=' ') const
Return a substring of self stripped at beginning and/or end.
 
static constexpr double s