|
Class Reference for E1039 Core & Analysis Software
|
Include dependency graph for PHTimeStamp.cc:Go to the source code of this file.
Functions | |
| char * | strptime (const char *s, const char *format, struct tm *tm) |
| PHTimeStamp | operator+ (const PHTimeStamp &t1, time_t t2) |
| PHTimeStamp | operator- (const PHTimeStamp &t1, time_t t2) |
| time_t | operator- (const PHTimeStamp &t1, const PHTimeStamp &t2) |
| ostream & | operator<< (ostream &s, const PHTimeStamp &t) |
| istream & | operator>> (istream &s, PHTimeStamp &t) |
Variables | |
| const phtime_t | ticOffset = 35067168000000000ULL |
| const phtime_t | ticFactor = 10000000 |
| 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.
| ostream& operator<< | ( | ostream & | s, |
| const PHTimeStamp & | t | ||
| ) |
Definition at line 234 of file PHTimeStamp.cc.
References PHTimeStamp::getTics().
Here is the call graph for this function:| istream& operator>> | ( | istream & | s, |
| PHTimeStamp & | t | ||
| ) |
Definition at line 243 of file PHTimeStamp.cc.
References PHTimeStamp::set().
Here is the call graph for this function:| char* strptime | ( | const char * | s, |
| const char * | format, | ||
| struct tm * | tm | ||
| ) |
| const phtime_t ticFactor = 10000000 |
Definition at line 34 of file PHTimeStamp.cc.
Referenced by PHTimeStamp::operator+=(), and PHTimeStamp::operator-=().
| const phtime_t ticOffset = 35067168000000000ULL |
Definition at line 31 of file PHTimeStamp.cc.