ROOT  6.06/09
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:

Go to the source code of 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

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

Function Documentation

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

Definition at line 102 of file TUUID.h.

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

Input operator. Delegate to Streamer.

Definition at line 675 of file TUUID.cxx.

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

Definition at line 99 of file TUUID.h.

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

Definition at line 93 of file TUUID.h.