Homepage Demos Overview Downloads Tutorials Reference
Credits

EventRouter.h File Reference


Detailed Description

Describes EventRouter class, for distribution and trapping of events to listeners.

Author:
ejt (Creator)
Author
ejt
Name
tekkotsu-1_5
Revision
1.12
State
Rel
Date
2003/10/03 03:41:01

Definition in file EventRouter.h.

#include <vector>
#include <list>
#include <map>
#include <algorithm>
#include "EventListener.h"
#include "EventTrapper.h"
#include "Shared/get_time.h"
#include "Shared/debuget.h"
#include <iostream>

Include dependency graph for EventRouter.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  EventRouter
 This class will handle distribution of events as well as management of timers. More...

class  EventRouter::EventMapper
 Does the actual storage of the mapping between EventBase's and the EventListeners/EventTrappers who should receive them. More...

struct  EventRouter::TimerEntry
 Contains all the information needed to maintain a timer by the EventRouter. More...

class  EventRouter::TimerEntryPtrCmp
 Used by STL to sort the timer list in order of activation time. More...


Variables

EventRoutererouter
 a global router for cross communication, probably the most common usage, although perhaps there may be times you'd rather have multiple event routers for smaller sections


Variable Documentation

EventRouter* erouter
 

a global router for cross communication, probably the most common usage, although perhaps there may be times you'd rather have multiple event routers for smaller sections

Definition at line 254 of file EventRouter.h.


Tekkotsu v1.5
Generated Fri Oct 10 15:52:56 2003 by Doxygen 1.3.4