Timer Class Reference

#include <Timer.h>

List of all members.

Public Member Functions

 Timer ()
 ~Timer ()
void start ()
void stop ()
 operator double () const
 operator float () const
const bool IsRunning () const


Detailed Description

Timer class using the high-resolution performance counter.

Constructor & Destructor Documentation

Timer::Timer (  )  [inline]

Constructor.

Timer::~Timer (  )  [inline]

Destructor.


Member Function Documentation

void Timer::start (  )  [inline]

Starts the Timer.

void Timer::stop (  )  [inline]

Stops the Timer.

Timer::operator double (  )  const [inline]

get the delta time

Returns:
double.

Timer::operator float (  )  const [inline]

get the delta time

Returns:
float.

const bool Timer::IsRunning (  )  const [inline]

Returns true, if Timer is running

Returns:
boolean.


The documentation for this class was generated from the following files:
Generated on Sun Jan 20 12:10:08 2008 for FlowVis by  doxygen 1.5.4