#include <Dispatcher.h>
Inheritance diagram for Eris::LeafDispatcher:

Public Member Functions | |
| LeafDispatcher (const std::string &nm) | |
| virtual bool | dispatch (DispatchContextDeque &dq) |
| primary invocation method; called by the parent node when a message is received | |
| virtual Dispatcher * | addSubdispatch (Dispatcher *, const std::string) |
| virtual void | rmvSubdispatch (Dispatcher *) |
| virtual Dispatcher * | getSubdispatch (const std::string &nm) |
| locate a child dispatcher by name (NULL if not found) | |
| virtual bool | empty () |
Protected Member Functions | |
| virtual void | purge () |
1.3.9.1