| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
EventRouter::PostingStatus Class Referencecontains information regarding the progress of posting an event More...
Detailed Descriptioncontains information regarding the progress of posting an event This allows us to resume and complete the posting of the "current" event before processing a new incoming event Definition at line 531 of file EventRouter.h.
Constructor & Destructor Documentation
constructor Definition at line 534 of file EventRouter.h. Member Function Documentation
begins or resumes sending the event e to trappers and listeners in t and l Definition at line 514 of file EventRouter.cc. Member Data Documentation
the event being processed Definition at line 546 of file EventRouter.h. Referenced by PostingStatus(), and process().
list of listeners which were subscribed when the PostingStatus instance was constructed Definition at line 544 of file EventRouter.h. Referenced by PostingStatus(), and process().
the current listener mapping, used to verify each entry in l is still valid before processing it Definition at line 541 of file EventRouter.h. Referenced by PostingStatus(), and process().
current position within l Definition at line 545 of file EventRouter.h. Referenced by PostingStatus(), and process().
list of trappers which were subscribed when the PostingStatus instance was constructed Definition at line 542 of file EventRouter.h. Referenced by PostingStatus(), and process().
current position within t Definition at line 543 of file EventRouter.h. Referenced by PostingStatus(), and process().
the current trapper mapping, used to verify each entry in t is still valid before processing it Definition at line 540 of file EventRouter.h. Referenced by PostingStatus(), and process(). The documentation for this class was generated from the following files: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v5.1CVS |
Generated Fri Mar 16 05:27:17 2012 by Doxygen 1.6.3 |