| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
EventRouter::TimerEntry Struct ReferenceContains all the information needed to maintain a timer by the EventRouter. More...
Detailed DescriptionContains all the information needed to maintain a timer by the EventRouter. Definition at line 388 of file EventRouter.h.
Constructor & Destructor Documentation
constructs an entry using the given value for next - useful for with TimerEntryPtrCmp Definition at line 390 of file EventRouter.h.
constructs with the given values, sets next field automatically; see next Definition at line 392 of file EventRouter.h.
just does the default, i'm just being explicit since there's a pointer (no deep copy!) Definition at line 394 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 396 of file EventRouter.h.
will reset timer
Definition at line 400 of file EventRouter.h. Member Data Documentation
the delay until firing Definition at line 403 of file EventRouter.h. Referenced by operator=(), and Set().
the time at which this timer will go off next Definition at line 404 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 405 of file EventRouter.h. Referenced by operator=(), and Set().
The documentation for this struct was generated from the following file: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v5.1CVS |
Generated Fri Mar 16 05:27:17 2012 by Doxygen 1.6.3 |