Definition at line 39 of file timer.hh.
Public Methods | |
bool | operator() (const Timer *a, const Timer *b) const |
Compares two timeval structs. |
|
Compares two timeval structs.
Definition at line 41 of file timer.hh. References otk::Timer::_timeout.
00041 {
00042 return timercmp(&a->_timeout, &b->_timeout, >);
00043 }
|