Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Utilities
interface
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
edm::TimeOfDay::setTime_
static struct timeval setTime_()
Definition:
TimeOfDay.cc:20
edm::TimeOfDay::tv_
struct timeval tv_
Definition:
TimeOfDay.h:12
edm::TimeOfDay
Definition:
TimeOfDay.h:8
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
Definition:
HLTGlobalStatus.h:115
edm::TimeOfDay::TimeOfDay
TimeOfDay()
Definition:
TimeOfDay.cc:13
Generated for CMSSW Reference Manual by
1.8.5