#include <tdisp.h>
Public Types | |
typedef bool(TipcDispatcherTraverser::* | Handler )(TipcDispatcher &disp, const TipcEvent *event) |
Public Methods | |
TipcDispatcherTraverser () | |
void | setHandler (Handler cbMethod) |
Handler | getHandler () |
virtual | ~TipcDispatcherTraverser () throw () |
virtual bool | onTraverse (TipcDispatcher &disp, const TipcEvent *event) |
Static Public Methods | |
T_PTR T_ENTRY | traverseFuncDelegator (T_IPC_DISPATCHER disp, T_IPC_EVENT event, T_PTR arg) |
|
Signature for the search method.
|
|
Constructor. |
|
Destructor. |
|
Gets the current handler method. |
|
Default search method.
|
|
Sets the current handler method; if this is not called, the default method onTraverse() is called |