#include <TimeOfDay.h>
Public Member Functions | |
TimeOfDay () | |
TimeOfDay (std::chrono::system_clock::time_point const &tp) | |
TimeOfDay (struct timeval const &tv) | |
Public Attributes | |
struct timeval | tv_ |
Static Private Member Functions | |
static struct timeval | setTime_ () |
Definition at line 9 of file TimeOfDay.h.
edm::TimeOfDay::TimeOfDay | ( | ) |
Definition at line 14 of file TimeOfDay.cc.
|
explicit |
Definition at line 16 of file TimeOfDay.cc.
|
explicit |
Definition at line 18 of file TimeOfDay.cc.
References submitPVResolutionJobs::count, cmsswSequenceInfo::tp, and tv_.
|
staticprivate |
Definition at line 24 of file TimeOfDay.cc.
struct timeval edm::TimeOfDay::tv_ |
Definition at line 14 of file TimeOfDay.h.
Referenced by edm::operator<<(), and TimeOfDay().