ROOT
6.06/09
Reference Guide
|
#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>
Go to the source code of this file.
Macros | |
#define | CHECK(f1, f2) if (f1 != f2) return f1 < f2 ? -1 : 1; |
Functions | |
ClassImp (TUUID) TUUID | |
Create a UUID. More... | |
TBuffer & | operator<< (TBuffer &buf, const TUUID &uuid) |
Input operator. Delegate to Streamer. More... | |