precission timer
More...
#include <Timer.h>
List of all members.
Public Member Functions |
| Timer () |
| ~Timer () |
bool | init (void) |
| initialize timer
|
void | uninit (void) |
| uninitialize timer
|
double | time (void) |
| get current time
|
float | timef (void) |
| get current time
|
double | delta (void) |
| get delta time (cur time - last cur time)
|
float | deltaf (void) |
| get delta time (cur time - last cur time)
|
Detailed Description
precission timer
Definition at line 5 of file Timer.h.
Constructor & Destructor Documentation
Member Function Documentation
double Timer::delta |
( |
void |
|
) |
|
get delta time (cur time - last cur time)
Definition at line 39 of file Timer.cpp.
float Timer::deltaf |
( |
void |
|
) |
|
get delta time (cur time - last cur time)
Definition at line 45 of file Timer.cpp.
bool Timer::init |
( |
void |
|
) |
|
initialize timer
Definition at line 12 of file Timer.cpp.
double Timer::time |
( |
void |
|
) |
|
get current time
Definition at line 27 of file Timer.cpp.
float Timer::timef |
( |
void |
|
) |
|
get current time
Definition at line 33 of file Timer.cpp.
void Timer::uninit |
( |
void |
|
) |
|
uninitialize timer
Definition at line 24 of file Timer.cpp.
The documentation for this class was generated from the following files: