LibCT 2.0
Classes | Namespaces | Typedefs

Include/EventManager.h File Reference

#include <map>

Go to the source code of this file.

Classes

class  LibCT::EventManager
 EventManager holds all the currently used events. More...

Namespaces

namespace  LibCT

Typedefs

typedef std::map< std::string,
EventType * > 
LibCT::EventList
 List of event types and string identifiers.
typedef std::pair< std::string,
EventType * > 
LibCT::EventPair
 Pair consisting of a event type and string identifier.