ROOT 6.18/05 Reference Guide |
Classes | |
class | TTimeStamp |
The TTimeStamp encapsulates seconds and ns since EPOCH. More... | |
Typedefs | |
typedef struct timespec | timespec_t |
typedef struct tm | tm_t |
Functions | |
Bool_t | operator!= (const TTimeStamp &lhs, const TTimeStamp &rhs) |
Bool_t | operator< (const TTimeStamp &lhs, const TTimeStamp &rhs) |
std::ostream & | operator<< (std::ostream &os, const TTimeStamp &ts) |
Write time stamp to std::ostream. More... | |
TBuffer & | operator<< (TBuffer &buf, const TTimeStamp &ts) |
Write time stamp to TBuffer. More... | |
Bool_t | operator<= (const TTimeStamp &lhs, const TTimeStamp &rhs) |
Bool_t | operator== (const TTimeStamp &lhs, const TTimeStamp &rhs) |
Bool_t | operator> (const TTimeStamp &lhs, const TTimeStamp &rhs) |
Bool_t | operator>= (const TTimeStamp &lhs, const TTimeStamp &rhs) |
TBuffer & | operator>> (TBuffer &buf, TTimeStamp &ts) |
Read time stamp from TBuffer. More... | |
Variables | |
R__EXTERN TVirtualMutex * | gTimeMutex |
typedef struct timespec timespec_t |
Definition at line 54 of file TTimeStamp.h.
typedef struct tm tm_t |
Definition at line 55 of file TTimeStamp.h.
|
inline |
Definition at line 185 of file TTimeStamp.h.
|
inline |
Definition at line 189 of file TTimeStamp.h.
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.
|
inline |
Definition at line 194 of file TTimeStamp.h.
|
inline |
Definition at line 181 of file TTimeStamp.h.
|
inline |
Definition at line 199 of file TTimeStamp.h.
|
inline |
Definition at line 204 of file TTimeStamp.h.
TBuffer & operator>> | ( | TBuffer & | buf, |
TTimeStamp & | ts | ||
) |
Read time stamp from TBuffer.
Definition at line 74 of file TTimeStamp.cxx.
R__EXTERN TVirtualMutex* gTimeMutex |
Definition at line 69 of file TTimeStamp.h.