#include <Timer.h>
Public Member Functions | |
bool | operator() (const Timer *t1_, const Timer *t2_) const |
Definition at line 189 of file Timer.h.
|
Definition at line 191 of file Timer.h. 00192 {
00193 return (*t1_ < *t2_);
00194 }
|