Dispatch to named methods based on string input. More...
#include <yarp/os/impl/Dispatcher.h>
Public Member Functions | |
void | add (const char *name, RET(T::*fn)(int argc, char *argv[])) |
RET | dispatch (T *owner, const char *name, int argc, char *argv[]) |
std::vector< std::string > | getNames () |
Dispatch to named methods based on string input.
Definition at line 30 of file Dispatcher.h.
|
inline |
Definition at line 55 of file Dispatcher.h.
|
inline |
Definition at line 63 of file Dispatcher.h.
|
inline |
Definition at line 75 of file Dispatcher.h.