Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

otk::Timer::TimerCompare Struct Reference

List of all members.

Detailed Description

Compares two timeval structs.

Definition at line 39 of file timer.hh.

Public Methods

bool operator() (const Timer *a, const Timer *b) const
 Compares two timeval structs.


Member Function Documentation

bool otk::Timer::TimerCompare::operator() const Timer   a,
const Timer   b
const [inline]
 

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      }


The documentation for this struct was generated from the following file:
Generated on Tue Feb 4 23:00:29 2003 for Openbox by doxygen1.3-rc2