#include <Timer.h>
Public Member Functions | |
Timer () | |
~Timer () | |
void | start () |
void | stop () |
operator double () const | |
operator float () const | |
const bool | IsRunning () const |
Timer::Timer | ( | ) | [inline] |
Constructor.
Timer::~Timer | ( | ) | [inline] |
Destructor.
void Timer::start | ( | ) | [inline] |
Starts the Timer.
void Timer::stop | ( | ) | [inline] |
Stops the Timer.
Timer::operator double | ( | ) | const [inline] |
get the delta time
Timer::operator float | ( | ) | const [inline] |
get the delta time
const bool Timer::IsRunning | ( | ) | const [inline] |
Returns true, if Timer is running