ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHTimeStamp.h File Reference
#include "PHObject.h"
#include <ctime>
#include <iosfwd>
+ 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 Documentation

typedef unsigned long long phtime_t

Definition at line 18 of file PHTimeStamp.h.

View newest version in sPHENIX GitHub at line 18 of file PHTimeStamp.h

Function Documentation

PHTimeStamp operator+ ( const PHTimeStamp ,
time_t   
)

Definition at line 198 of file PHTimeStamp.cc.

View newest version in sPHENIX GitHub at line 198 of file PHTimeStamp.cc

References t1, and t2.

Referenced by nlohmann::detail::json_reverse_iterator< Base >::operator+(), and nlohmann::detail::json_reverse_iterator< Base >::operator[]().

+ Here is the caller graph for this function:

PHTimeStamp operator- ( const PHTimeStamp ,
time_t   
)

Definition at line 205 of file PHTimeStamp.cc.

View newest version in sPHENIX GitHub at line 205 of file PHTimeStamp.cc

References t1, and t2.

Referenced by nlohmann::detail::json_reverse_iterator< Base >::operator-().

+ Here is the caller graph for this function:

time_t operator- ( const PHTimeStamp ,
const PHTimeStamp  
)

Definition at line 212 of file PHTimeStamp.cc.

View newest version in sPHENIX GitHub at line 212 of file PHTimeStamp.cc

References PHTimeStamp::getTics().

+ Here is the call graph for this function:

std::ostream& operator<< ( std::ostream &  ,
const PHTimeStamp  
)

Definition at line 217 of file PHTimeStamp.cc.

View newest version in sPHENIX GitHub at line 217 of file PHTimeStamp.cc

References PHTimeStamp::getTics().

+ Here is the call graph for this function:

std::istream& operator>> ( std::istream &  ,
PHTimeStamp  
)

Definition at line 226 of file PHTimeStamp.cc.

View newest version in sPHENIX GitHub at line 226 of file PHTimeStamp.cc

References PHTimeStamp::set().

+ Here is the call graph for this function: