12#ifndef ROOT_TListOfFunctionTemplates 
   13#define ROOT_TListOfFunctionTemplates 
#define ClassDefOverride(name, id)
 
TClass instances represent classes, structs and namespaces in the ROOT type system.
 
This class stores a (key,value) pair using an external hash.
 
Dictionary for function template This class describes one single function template.
 
THashList implements a hybrid collection class consisting of a hash table and a list to store TObject...
 
TObject * FindObject(const char *name) const override
Find object using its name.
 
THashTable implements a hash table to store TObject's.
 
A collection of TFunction objects designed for fast access given a DeclId_t and for keep track of TFu...
 
ULong64_t fLastLoadMarker
 
void AddAfter(const TObject *after, TObject *obj) override
Insert object after object after in the list.
 
TDictionary::DeclId_t DeclId_t
 
void AddFirst(TObject *obj) override
Add object at the beginning of the list.
 
TFunctionTemplate * Get(DeclId_t id)
Return (after creating it if necessary) the TMethod or TFunction describing the function correspondin...
 
TObject * FindObject(const char *name) const override
Specialize FindObject to do search for the a function just by name or create it if its not already in...
 
void AddAt(TObject *obj, Int_t idx) override
Insert object at location idx in the list.
 
void Clear(Option_t *option="") override
Remove all objects from the list.
 
void Load()
Load all the functions known to the interpreter for the scope 'fClass' into this collection.
 
TObject * Remove(TObject *obj) override
Remove object from the list.
 
void Unload()
Mark 'all func' as being unloaded.
 
void AddBefore(const TObject *before, TObject *obj) override
Insert object before object before in the list.
 
TListOfFunctionTemplates & operator=(const TListOfFunctionTemplates &)=delete
 
void AddLast(TObject *obj) override
Add object at the end of the list.
 
void RecursiveRemove(TObject *obj) override
Remove object from this collection and recursively remove the object from all other objects (and coll...
 
void Delete(Option_t *option="") override
Delete all TFunction object files.
 
virtual TList * GetListForObject(const char *name) const
Return the set of overloads for this name, collecting all available ones.
 
~TListOfFunctionTemplates()
Destructor.
 
void MapObject(TObject *obj)
Add pair<id, object> to the map of functions and their ids.
 
TList * GetListForObjectNonConst(const char *name)
Return the set of overloads for this name, collecting all available ones.
 
void UnmapObject(TObject *obj)
Remove a pair<id, object> from the map of functions and their ids.
 
TListOfFunctionTemplates(const TListOfFunctionTemplates &)=delete
 
Wrapper around a TObject so it can be stored in a TList.
 
Mother of all ROOT objects.