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.   | |
| TBuffer & | operator<< (TBuffer &buf, const TTimeStamp &ts) | 
| Write time stamp to TBuffer.   | |
| 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.   | |
Variables | |
| R__EXTERN TVirtualMutex * | gTimeMutex | 
Definition at line 27 of file TTimeStamp.h.
      
  | 
  inline | 
Definition at line 159 of file TTimeStamp.h.
      
  | 
  inline | 
Definition at line 163 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 168 of file TTimeStamp.h.
      
  | 
  inline | 
Definition at line 155 of file TTimeStamp.h.
      
  | 
  inline | 
Definition at line 173 of file TTimeStamp.h.
      
  | 
  inline | 
Definition at line 178 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 43 of file TTimeStamp.h.