|
Class Reference for E1039 Core & Analysis Software
|
Include dependency graph for PHTimeStamp.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PHTimeStamp |
Typedefs | |
| typedef unsigned long long | phtime_t |
Functions | |
| PHTimeStamp | operator+ (const PHTimeStamp &, time_t) |
| PHTimeStamp | operator- (const PHTimeStamp &, time_t) |
| time_t | operator- (const PHTimeStamp &, const PHTimeStamp &) |
| std::ostream & | operator<< (std::ostream &, const PHTimeStamp &) |
| std::istream & | operator>> (std::istream &, PHTimeStamp &) |
| typedef unsigned long long phtime_t |
Definition at line 19 of file PHTimeStamp.h.
| PHTimeStamp operator+ | ( | const PHTimeStamp & | t1, |
| time_t | t2 | ||
| ) |
Definition at line 215 of file PHTimeStamp.cc.
| time_t operator- | ( | const PHTimeStamp & | t1, |
| const PHTimeStamp & | t2 | ||
| ) |
Definition at line 229 of file PHTimeStamp.cc.
References PHTimeStamp::getTics().
Here is the call graph for this function:| PHTimeStamp operator- | ( | const PHTimeStamp & | t1, |
| time_t | t2 | ||
| ) |
Definition at line 222 of file PHTimeStamp.cc.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const PHTimeStamp & | t | ||
| ) |
Definition at line 234 of file PHTimeStamp.cc.
References PHTimeStamp::getTics().
Here is the call graph for this function:| std::istream& operator>> | ( | std::istream & | s, |
| PHTimeStamp & | t | ||
| ) |
Definition at line 243 of file PHTimeStamp.cc.
References PHTimeStamp::set().
Here is the call graph for this function: