Logo ROOT  
Reference Guide
TUUID.h File Reference
#include "Rtypes.h"
Include dependency graph for TUUID.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TUUID
 This class defines a UUID (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDentifier). More...
 
struct  TUUID::uuid_time_t
 

Functions

Bool_t operator!= (const TUUID &u1, const TUUID &u2)
 
TBufferoperator<< (TBuffer &buf, const TUUID &uuid)
 Input operator. Delegate to Streamer. More...
 
Bool_t operator== (const TUUID &u1, const TUUID &u2)
 
TBufferoperator>> (TBuffer &buf, TUUID &uuid)
 

Function Documentation

◆ operator!=()

Bool_t operator!= ( const TUUID u1,
const TUUID u2 
)
inline

Definition at line 100 of file TUUID.h.

◆ operator<<()

TBuffer & operator<< ( TBuffer buf,
const TUUID uuid 
)

Input operator. Delegate to Streamer.

Definition at line 706 of file TUUID.cxx.

◆ operator==()

Bool_t operator== ( const TUUID u1,
const TUUID u2 
)
inline

Definition at line 97 of file TUUID.h.

◆ operator>>()

TBuffer & operator>> ( TBuffer buf,
TUUID uuid 
)
inline

Definition at line 91 of file TUUID.h.