#include <tmt.h>
Public Types | |
typedef bool(TipcMtTraverser::* | Handler )(const char *name, TipcMt &mt) |
Public Methods | |
TipcMtTraverser () | |
void | setHandler (Handler cbMethod) |
Handler | getHandler () |
virtual | ~TipcMtTraverser () throw () |
virtual bool | onTraverse (const char *name, TipcMt &mt) throw () |
Static Public Methods | |
T_PTR T_ENTRY | traverseFuncDelegator (T_STR name, T_IPC_MT mt, T_PTR arg) |
|
Method signature for traversal methods.
|
|
constructor that sets the default handler method to onTraverse(). |
|
Destructor. |
|
Gets the current handler method. |
|
Default implementation of the traverse method.
|
|
Sets the current handler method; if this is not called, the default method onTraverse() is called. |