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

Private Member Functions

const double GetCurrentClock () const
const double GetStartTime () const
const double GetCurrentTime () const

Private Attributes

double m_dStart
double m_dCurrent
bool m_bRunning

Static Private Attributes

static double s_dSecondsPerTick = 0.0


Constructor & Destructor Documentation

Timer::Timer (  )  [inline]

Here is the call graph for this function:

Timer::~Timer (  )  [inline]


Member Function Documentation

const double Timer::GetCurrentClock (  )  const [inline, private]

const double Timer::GetCurrentTime (  )  const [inline, private]

Here is the call graph for this function:

const double Timer::GetStartTime (  )  const [inline, private]

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

Timer::operator double (  )  const [inline]

Here is the call graph for this function:

Timer::operator float (  )  const [inline]

Here is the call graph for this function:

void Timer::start (  )  [inline]

Here is the call graph for this function:

void Timer::stop (  )  [inline]

Here is the call graph for this function:


Member Data Documentation

bool Timer::m_bRunning [private]

double Timer::m_dCurrent [private]

double Timer::m_dStart [private]

double Timer::s_dSecondsPerTick = 0.0 [static, private]


The documentation for this class was generated from the following files:

Generated on Wed Dec 10 13:35:15 2008 for VisLu by  doxygen 1.5.7.1