#include <Timer.h>
Membres publics | |
~Timer () | |
void | initialize () |
void | shutdown () |
void | clearEvents (Entity *entity) |
void | addEvent (Entity *entity, Event *event, Real deltaTime, int ID=-1, unsigned int syncIndex=0) |
void | clearEvents () |
void | beginFrame () |
void | frame () |
void | endFrame () |
int | queueSize () |
void | print () |
bool | isEmpty (unsigned int syncIndex) |
Membres publics statiques | |
Timer * | getInstance () |
Membres protégés | |
Timer () | |
Attributs Protégés | |
bool | isInitialized |
bool | isShutdown |
int | qs |
std::priority_queue< Node, std::vector< Node >, std::greater< Node > > | queue |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|