$search
#include <tgTimer.h>
Public Member Functions | |
double | GetApplicationTime () |
double | GetFrameTime () |
void | Reset () |
tgTimer (void) | |
double | Update () |
~tgTimer (void) | |
Private Attributes | |
double | m_fAppTime |
double | m_fTime |
struct timespec AppStart act | old |
Class tgTimer.
Definition at line 26 of file tgTimer.h.
tgTimer::tgTimer | ( | void | ) |
Definition at line 8 of file tgTimer.cpp.
tgTimer::~tgTimer | ( | void | ) |
Definition at line 20 of file tgTimer.cpp.
void tgTimer::Reset | ( | ) |
Definition at line 23 of file tgTimer.cpp.
double tgTimer::Update | ( | ) |
Definition at line 35 of file tgTimer.cpp.
double TomGine::tgTimer::m_fAppTime [private] |
double TomGine::tgTimer::m_fTime [private] |
struct timespec AppStart act TomGine::tgTimer::old [private] |