Logo ROOT   6.08/07
Reference Guide
Classes | Functions
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 102 of file TUUID.h.

◆ operator<<()

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

Input operator. Delegate to Streamer.

Definition at line 681 of file TUUID.cxx.

◆ operator==()

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

Definition at line 99 of file TUUID.h.

◆ operator>>()

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

Definition at line 93 of file TUUID.h.