41 fInfo = gCling->FuncTempInfo_FactoryCopy(orig.fInfo);
80 if (newname && strlen(newname)) newobj->
SetName(newname);
96 FuncTempInfo_t *info =
gInterpreter->FuncTempInfo_Factory(newId);
99 return newId !=
nullptr;
101 return fInfo !=
nullptr;
152 if (info ==
nullptr) {
R__EXTERN TInterpreter * gCling
TClass instances represent classes, structs and namespaces in the ROOT type system.
Bool_t UpdateInterpreterStateMarker()
the Cling ID of the transaction that last updated the object
Dictionary for function template This class describes one single function template.
Long_t Property() const override
Get property description word. For meaning of bits see EProperty.
virtual ~TFunctionTemplate()
TFunctionTemplate dtor deletes adopted CINT FuncTempInfo.
virtual bool Update(FuncTempInfo_t *info)
Update the TFunctionTemplate to reflect the new info.
DeclId_t GetDeclId() const
UInt_t GetTemplateMinReqArgs() const
Number of function optional (default) arguments.
virtual Bool_t IsValid()
Return true if this function template object is pointing to a currently loaded function.
TFunctionTemplate & operator=(const TFunctionTemplate &rhs)
Assignment operator.
UInt_t GetTemplateNargs() const
Number of function arguments.
TObject * Clone(const char *newname="") const override
Clone method.
TFunctionTemplate(FuncTempInfo_t *info, TClass *cl)
Default TFunctionTemplate ctor.
Long_t ExtraProperty() const
Get the properties not already defined in Property.See TDictionary's EFunctionProperty.
virtual void SetName(const char *name)
Set the name of the TNamed.
TObject()
TObject constructor.