#include <CallbackMap.h>
Public Member Functions | |
CallbackMap (void) | |
~CallbackMap (void) | |
bool | Add (KokoTag tag, Callback *cb) |
bool | Add (KokoTag tag, Callback &cb) |
bool | Remove (KokoTag tag) |
bool | Invoke (KokoTag tag, KokoBuffer &databuf) |
|
Definition at line 38 of file CallbackMap.cpp. |
|
Definition at line 50 of file CallbackMap.cpp. References first. |
|
Definition at line 42 of file CallbackMap.h. References Add(), and Callback::clone(). |
|
Definition at line 68 of file CallbackMap.cpp. Referenced by Add(), and Messenger::AddCallback(). |
|
Definition at line 105 of file CallbackMap.cpp. Referenced by Messenger::WaitForBroadcast(), and Messenger::WaitForMessage(). |
|
Definition at line 86 of file CallbackMap.cpp. Referenced by Messenger::RemoveCallback(). |