Logo ROOT   6.14/05
Reference Guide
Macros | Functions
TUUID.cxx File Reference
#include "TROOT.h"
#include "TUUID.h"
#include "TError.h"
#include "TSystem.h"
#include "TInetAddress.h"
#include "TMD5.h"
#include "Bytes.h"
#include "TVirtualMutex.h"
#include "ThreadLocalStorage.h"
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/time.h>
#include <chrono>
Include dependency graph for TUUID.cxx:

Macros

#define CHECK(f1, f2)   if (f1 != f2) return f1 < f2 ? -1 : 1;
 

Functions

TBufferoperator<< (TBuffer &buf, const TUUID &uuid)
 Input operator. Delegate to Streamer. More...
 

Macro Definition Documentation

◆ CHECK

#define CHECK (   f1,
  f2 
)    if (f1 != f2) return f1 < f2 ? -1 : 1;

Function Documentation

◆ operator<<()

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

Input operator. Delegate to Streamer.

Definition at line 677 of file TUUID.cxx.