CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  private:
14  static struct timeval setTime_();
15  };
16 
17  std::ostream&
18  operator<<(std::ostream& os, TimeOfDay const& tod);
19 }
20 
21 #endif
static struct timeval setTime_()
Definition: TimeOfDay.cc:20
struct timeval tv_
Definition: TimeOfDay.h:12
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.