![]() |
![]() |
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | DummyTime |
struct | DummyTime::OneTick |
class | GenTimeInterval< Time > |
a generic Time interval More... | |
class | GenTimer< Time > |
a templated generic timer More... | |
struct | GenTimer< Time >::Bias |
Typedefs | |
typedef GenTimer< DummyTime > | DummyTimer |
Functions | |
template<class Time> | |
std::ostream & | operator<< (std::ostream &o, const GenTimeInterval< Time > &t) |
typedef GenTimer<DummyTime> DummyTimer |
Definition at line 157 of file GenTimer.h.
std::ostream& operator<< | ( | std::ostream & | o, | |
const GenTimeInterval< Time > & | t | |||
) | [inline] |
Definition at line 44 of file GenTimer.h.
References t.
00044 { 00045 return o << t.seconds() << " seconds"; 00046 }