12#ifndef ROOT_TProcessUUID 
   13#define ROOT_TProcessUUID 
#define ClassDefOverride(name, id)
 
THashList implements a hybrid collection class consisting of a hash table and a list to store TObject...
 
Collectable string class.
 
Mother of all ROOT objects.
 
A TProcessID identifies a ROOT job in a unique way in time and space.
 
This class is a specialized TProcessID managing the list of UUIDs.
 
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 ...
 
virtual ~TProcessUUID()
Destructor.
 
TProcessUUID & operator=(const TProcessUUID &)=delete
 
TProcessUUID(const TProcessID &)=delete
 
TProcessUUID()
Default constructor.
 
void RemoveUUID(UInt_t number)
Remove entry number in the list of uuids.
 
TBits * GetActive() const
 
TObjString * FindUUID(UInt_t number) const
Find the TObjString by slot number.
 
This class defines a UUID (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDent...