12 #ifndef ROOT_TFunctionTemplate
13 #define ROOT_TFunctionTemplate
24 #ifndef ROOT_TDictionary
47 virtual bool Update(FuncTempInfo_t *info);
TFunctionTemplate & operator=(const TFunctionTemplate &rhs)
Assignment operator.
TFunctionTemplate(FuncTempInfo_t *info, TClass *cl)
Long_t Property() const
Get property description word. For meaning of bits see EProperty.
virtual TObject * Clone(const char *newname="") const
Clone method.
UInt_t GetTemplateNargs() const
Number of function arguments.
Dictionary for function template This class describes one single function template.
virtual bool Update(FuncTempInfo_t *info)
Update the TFunctionTemplate to reflect the new info.
#define ClassDef(name, id)
UInt_t GetTemplateMinReqArgs() const
Number of function optional (default) arguments.
This class defines an abstract interface that must be implemented by all classes that contain diction...
The ROOT global object gROOT contains a list of all defined classes.
virtual Bool_t IsValid()
Return true if this function template object is pointing to a currently loaded function.
DeclId_t GetDeclId() const
virtual ~TFunctionTemplate()
TFunctionTemplate dtor deletes adopted CINT FuncTempInfo.
Mother of all ROOT objects.