virtual UInt_t GetUniqueID() const
Return the unique object id.
ROOT::Internal::TAtomicPointer< TObjArray * > fObjects
Reference count to this object (from TFile)
virtual void Delete(Option_t *option="")
Remove all objects from the list AND delete all heap based objects.
This class is a specialized TProcessID managing the list of UUIDs.
Collectable string class.
TProcessUUID()
Default constructor.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual TObject * FindObject(const char *name) const
Delete a TObjLink object.
This class defines a UUID (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDent...
THashList implements a hybrid collection class consisting of a hash table and a list to store TObject...
A TProcessID identifies a ROOT job in a unique way in time and space.
virtual void SetUniqueID(UInt_t uid)
Set the unique object id.
virtual void AddAtAndExpand(TObject *obj, Int_t idx)
Add object at position idx.
virtual TObject * Remove(TObject *obj)
Remove object from the list.
if object has a TUUID (its fUniqueID=UUIDNumber)
Int_t IncrementCount()
Increase the reference count to this object.
virtual void AddAt(TObject *obj, Int_t idx)
Add object at position ids.
virtual TObjLink * FirstLink() const
TObject * UncheckedAt(Int_t i) const
Wrapper around a TObject so it can be stored in a TList.
virtual ~TProcessUUID()
Destructor.
UInt_t AddUUID(TUUID &uuid, TObject *obj)
Add uuid to the table of UUIDs The TObject *obj has its uniqueID set to the UUID number return entry ...
const char * AsString() const
Return UUID as string. Copy string immediately since it will be reused.
Mother of all ROOT objects.
TObject * GetObject() const
virtual void Add(TObject *obj)
void ResetBitNumber(UInt_t bitnumber)
void SetUUIDNumber(UInt_t index)
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
TObjString * FindUUID(UInt_t number) const
Find the TObjString by slot number.
void SetBitNumber(UInt_t bitnumber, Bool_t value=kTRUE)
void RemoveUUID(UInt_t number)
Remove entry number in the list of uuids.
UInt_t FirstNullBit(UInt_t startBit=0) const
Return position of first null bit (starting from position 0 and up)