#include "TTimeStamp.h"#include "TString.h"#include "TError.h"#include <iostream>#include <unistd.h>#include <sys/time.h>#include "TVirtualMutex.h"Namespaces | |
| namespace | ROOT | 
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests.  | |
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.