Class Reference for E1039 Core & Analysis Software
PHTimeStamp.cc File Reference
#include "PHTimeStamp.h"
#include <cstdlib>
#include <cstring>
#include <iostream>
+ 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
 

Function Documentation

◆ operator+()

PHTimeStamp operator+ ( const PHTimeStamp t1,
time_t  t2 
)

Definition at line 215 of file PHTimeStamp.cc.

◆ operator-() [1/2]

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:

◆ operator-() [2/2]

PHTimeStamp operator- ( const PHTimeStamp t1,
time_t  t2 
)

Definition at line 222 of file PHTimeStamp.cc.

◆ operator<<()

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:

◆ operator>>()

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:

◆ strptime()

char* strptime ( const char *  s,
const char *  format,
struct tm *  tm 
)

Referenced by PHTimeStamp::set().

+ Here is the caller graph for this function:

Variable Documentation

◆ ticFactor

const phtime_t ticFactor = 10000000

Definition at line 34 of file PHTimeStamp.cc.

Referenced by PHTimeStamp::operator+=(), and PHTimeStamp::operator-=().

◆ ticOffset

const phtime_t ticOffset = 35067168000000000ULL

Definition at line 31 of file PHTimeStamp.cc.