#include "TTimeStamp.h"
#include "TString.h"
#include "TError.h"
#include <iostream>
#include <unistd.h>
#include <sys/time.h>
#include "TVirtualMutex.h"
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const TTimeStamp &ts) |
Write time stamp to std::ostream. | |
TBuffer & | operator<< (TBuffer &buf, const TTimeStamp &ts) |
Write time stamp to TBuffer. | |
TBuffer & | operator>> (TBuffer &buf, TTimeStamp &ts) |
Read time stamp from TBuffer. | |
Variables | |
TVirtualMutex * | gTimeMutex = nullptr |
std::ostream & operator<< | ( | std::ostream & | os, |
const TTimeStamp & | ts | ||
) |
Write time stamp to std::ostream.
Definition at line 60 of file TTimeStamp.cxx.
TBuffer & operator<< | ( | TBuffer & | buf, |
const TTimeStamp & | ts | ||
) |
Write time stamp to TBuffer.
Definition at line 83 of file TTimeStamp.cxx.
TBuffer & operator>> | ( | TBuffer & | buf, |
TTimeStamp & | ts | ||
) |
Read time stamp from TBuffer.
Definition at line 74 of file TTimeStamp.cxx.
TVirtualMutex* gTimeMutex = nullptr |
Definition at line 55 of file TTimeStamp.cxx.