Homepage Demos Overview Downloads Tutorials Reference
Credits
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Search

EventRouter::TimerEntryPtrCmp Class Reference

#include <EventRouter.h>

List of all members.


Detailed Description

Used by STL to sort the timer list in order of activation time.

See also:
EventRouter::timers

Definition at line 139 of file EventRouter.h.

Public Member Functions

bool operator() (const TimerEntry *const a, const TimerEntry *const b) const
 Used by STL to sort the timer list in order of activation time
See also:
timers.



Member Function Documentation

bool EventRouter::TimerEntryPtrCmp::operator() const TimerEntry *const  a,
const TimerEntry *const  b
const [inline]
 

Used by STL to sort the timer list in order of activation time

See also:
timers.

Since we remove NULLs before sorting, shouldn't need to check here (and I want to know if i'm wrong)

Returns:
(a->next<b->next)

Definition at line 144 of file EventRouter.h.

References EventRouter::TimerEntry::next.


The documentation for this class was generated from the following file:
Tekkotsu v1.4
Generated Sat Jul 19 00:08:56 2003 by Doxygen 1.3.2