TimerCompare class compares two Timers base on their expiration timestamp.
More...
#include <Timer.h>
List of all members.
Detailed Description
TimerCompare class compares two Timers base on their expiration timestamp.
Definition at line 190 of file Timer.h.
Member Function Documentation
bool ASSA::TimerCompare::operator() |
( |
const Timer * |
t1_, |
|
|
const Timer * |
t2_ |
|
) |
| const [inline] |
Definition at line 192 of file Timer.h.
{
return (*t1_ < *t2_);
}
};
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/libassa-3.5.0/assa/Timer.h