ASSA::TimerCompare Struct Reference

TimerCompare class compares two Timers base on their expiration timestamp. More...

#include <Timer.h>

List of all members.

Public Member Functions

bool operator() (const Timer *t1_, const Timer *t2_) const


Detailed Description

TimerCompare class compares two Timers base on their expiration timestamp.

Definition at line 186 of file Timer.h.


Member Function Documentation

bool ASSA::TimerCompare::operator() const Timer t1_,
const Timer t2_
const [inline]
 

Definition at line 188 of file Timer.h.

00189         {
00190             return (*t1_ < *t2_);
00191         }


The documentation for this struct was generated from the following file:
Generated on Wed Jun 21 18:54:04 2006 for libassa by  doxygen 1.4.6