Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

EventRouter::TimerEntryPtrCmp Class Reference

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

#include <EventRouter.h>


Detailed Description

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

See also:
EventRouter::timers

Definition at line 407 of file EventRouter.h.

List of all members.

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 timers.

Member Function Documentation

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

Used by STL to sort the timer list in order of activation time; see 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 412 of file EventRouter.h.


The documentation for this class was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:07 2016 by Doxygen 1.6.3