Classes | |
struct | Less |
Map functor for comparing our EventTypeSpecs. More... | |
struct | Hash |
Hash Map functor for generating the hash key our EventTypeSpecs. More... | |
struct | Equal |
Hash Map functor for comparing our EventTypeSpecs. More... | |
class | CP_EventHandler_Imp |
Implementation class for the CP_EventHandler when using MacOS Carbon Events. More... | |
Typedefs | |
typedef std::map< EventTypeSpec, CP_EventSignal *, Less > | CP_EventHandler_Map |
typedef std::map< EventTypeSpec, CP_EventSignal *, Less >::iterator | CP_EventHandler_Iterator |
typedef std::pair< const EventTypeSpec, CP_EventSignal * > | CP_EventHandler_Entry |
|
CP_EventHandlerMap Holds a mapping between an EventTypeSpec and the corresponding CP_EventSignal to handle the event. |
|
|
|
|