#include <time.h>#include "Rtypes.h"#include "Riosfwd.h"Go to the source code of this file.
Classes | |
| class | TTimeStamp |
Typedefs | |
| typedef timespec | timespec_t |
| typedef tm | tm_t |
Functions | |
| ostream & | operator<< (ostream &os, const TTimeStamp &ts) |
| TBuffer & | operator<< (TBuffer &buf, const TTimeStamp &ts) |
| TBuffer & | operator>> (TBuffer &buf, TTimeStamp &ts) |
| 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) |
| Bool_t | operator> (const TTimeStamp &lhs, const TTimeStamp &rhs) |
| Bool_t | operator>= (const TTimeStamp &lhs, const TTimeStamp &rhs) |
Variables | |
| R__EXTERN TVirtualMutex * | gTimeMutex |
| typedef struct timespec timespec_t |
Definition at line 82 of file TTimeStamp.h.
| typedef struct tm tm_t |
Definition at line 83 of file TTimeStamp.h.
| Bool_t operator!= | ( | const TTimeStamp & | lhs, | |
| const TTimeStamp & | rhs | |||
| ) |
| Bool_t operator< | ( | const TTimeStamp & | lhs, | |
| const TTimeStamp & | rhs | |||
| ) |
| TBuffer& operator<< | ( | TBuffer & | buf, | |
| const TTimeStamp & | ts | |||
| ) |
| ostream& operator<< | ( | ostream & | os, | |
| const TTimeStamp & | ts | |||
| ) |
| 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 | |||
| ) |
| R__EXTERN TVirtualMutex* gTimeMutex |
Definition at line 97 of file TTimeStamp.h.
1.5.1