29 #ifndef CPPTEST_TIME_H
30 #define CPPTEST_TIME_H
47 Time(
unsigned int sec,
unsigned int usec);
57 friend std::ostream& operator<<(std::ostream& os,
const Time& t);
66 #endif // #ifndef CPPTEST_TIME_H
Time representation.
Definition: cpptest-time.h:43
Time()
Definition: time.cpp:56
static Time current()
Definition: time.cpp:90
unsigned int seconds() const
Definition: time.cpp:74
unsigned int microseconds() const
Definition: time.cpp:82