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