Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TUUID.cxx File Reference
#include "TROOT.h"
#include "TDatime.h"
#include "TUUID.h"
#include "TBuffer.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 <ifaddrs.h>
#include <netinet/in.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.
 

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 714 of file TUUID.cxx.