12 #ifndef ROOT_TSelectorList    13 #define ROOT_TSelectorList    28 #ifndef ROOT_THashList void AddAt(TObject *obj, Int_t idx)
Add to the list. 
 
void AddBefore(const TObject *before, TObject *obj)
Add to the list. 
 
virtual void SetOwner(Bool_t enable=kTRUE)
Set whether this collection is the owner (enable==true) of its content. 
 
Bool_t CheckDuplicateName(TObject *obj)
Check for duplicate object names in the list. 
 
Bool_t UnsetDirectory(TObject *obj)
If the class of obj has the SetDirectory(TDirectory*) method call it to unset the directory assiciati...
 
#define ClassDef(name, id)
 
THashList implements a hybrid collection class consisting of a hash table and a list to store TObject...
 
void AddFirst(TObject *obj)
Add at the start of the list. 
 
void AddLast(TObject *obj)
Add at the end of the list. 
 
void AddAfter(const TObject *after, TObject *obj)
Add to the list. 
 
Wrapper around a TObject so it can be stored in a TList. 
 
Mother of all ROOT objects. 
 
A TList derived class that makes sure that objects added to it are not linked to the currently open f...