TimerCompare class compares two Timers base on their expiration timestamp. More...
#include <Timer.h>
Public Member Functions | |
bool | operator() (const Timer *t1_, const Timer *t2_) const |
TimerCompare class compares two Timers base on their expiration timestamp.
Definition at line 187 of file Timer.h.
Definition at line 189 of file Timer.h.
00190 { 00191 bool operator() (const Timer* t1_, const Timer* t2_) const 00192 {