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.
DeclId_t GetDeclId() const
TFunctionTemplate(FuncTempInfo_t *info, TClass *cl)
Default TFunctionTemplate ctor.
Dictionary for function template This class describes one single function template.
Long_t Property() const
Get property description word. For meaning of bits see EProperty.
virtual bool Update(FuncTempInfo_t *info)
Update the TFunctionTemplate to reflect the new info.
#define ClassDef(name, id)
virtual TObject * Clone(const char *newname="") const
Clone method.
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.
UInt_t GetTemplateNargs() const
Number of function arguments.
virtual ~TFunctionTemplate()
TFunctionTemplate dtor deletes adopted CINT FuncTempInfo.
Mother of all ROOT objects.