CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs | Functions
GenTimer.h File Reference
#include <iosfwd>

Go to the source code of this file.

Classes

struct  GenTimer< Time >::Bias
 
struct  DummyTime
 
class  GenTimeInterval< Time >
 
class  GenTimer< Time >
 
struct  DummyTime::OneTick
 

Typedefs

typedef GenTimer< DummyTimeDummyTimer
 

Functions

template<class Time >
std::ostream & operator<< (std::ostream &o, const GenTimeInterval< Time > &t)
 

Typedef Documentation

Definition at line 157 of file GenTimer.h.

Function Documentation

template<class Time >
std::ostream& operator<< ( std::ostream &  o,
const GenTimeInterval< Time > &  t 
)

Definition at line 44 of file GenTimer.h.

References python.connectstrParser::o, and lumiQTWidget::t.

44  {
45  return o << t.seconds() << " seconds";
46 }
double seconds() const
Definition: GenTimer.h:33