| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
EventRouter::TimerEntry Struct Reference#include <EventRouter.h>
Detailed DescriptionContains all the information needed to maintain a timer by the EventRouter.
Definition at line 275 of file EventRouter.h.
Constructor & Destructor Documentation
constructs an entry using the given value for next - useful for with TimerEntryPtrCmp
Definition at line 277 of file EventRouter.h.
constructs with the given values, sets next field automatically; see next
Definition at line 279 of file EventRouter.h.
just does the default, i'm just being explicit since there's a pointer (no deep copy!)
Definition at line 281 of file EventRouter.h.
Member Function Documentation
just does the default, i'm just being explicit since there's a pointer (no deep copy!)
Definition at line 283 of file EventRouter.h.
will reset timer
Definition at line 287 of file EventRouter.h.
Member Data Documentation
the delay until firing
Definition at line 290 of file EventRouter.h. Referenced by operator=(), and Set().
the time at which this timer will go off next
Definition at line 291 of file EventRouter.h. Referenced by EventRouter::TimerEntryPtrCmp::operator()(), operator=(), and Set(). if true, will reset after firing, else will be deleted
Definition at line 292 of file EventRouter.h. Referenced by operator=(), and Set().
The documentation for this struct was generated from the following file: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Wed Oct 4 00:05:00 2006 by Doxygen 1.4.7 |