CMS 3D CMS Logo

TimeOfDay.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_TimeOfDay_h
2 #define FWCore_Utilities_TimeOfDay_h
3 
4 #include <sys/time.h>
5 #include <iosfwd>
6 
7 namespace edm {
8  struct TimeOfDay {
9  TimeOfDay();
10  explicit TimeOfDay(struct timeval const& tv);
11 
12  struct timeval tv_;
13 
14  private:
15  static struct timeval setTime_();
16  };
17 
18  std::ostream& operator<<(std::ostream& os, TimeOfDay const& tod);
19 } // namespace edm
20 
21 #endif
static struct timeval setTime_()
Definition: TimeOfDay.cc:17
struct timeval tv_
Definition: TimeOfDay.h:12
HLT enums.
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.