| addMethod(StaticMethodCall_t adr, const CppString &ret_signature, const CppString &name, const CppString &signature, const CppString &help) | ulxr::Dispatcher | |
| addMethod(DynamicMethodCall_t wrapper, const CppString &ret_signature, const CppString &name, const CppString &signature, const CppString &help) | ulxr::Dispatcher | [virtual] |
| addMethod(SystemMethodCall_t adr, const CppString &ret_signature, const CppString &name, const CppString &signature, const CppString &help) | ulxr::Dispatcher | |
| addMethod(StaticMethodCall_t adr, const Signature &ret_signature, const CppString &name, const Signature &signature, const CppString &help) | ulxr::Dispatcher | |
| addMethod(DynamicMethodCall_t wrapper, const Signature &ret_signature, const CppString &name, const Signature &signature, const CppString &help) | ulxr::Dispatcher | [virtual] |
| addMethod(SystemMethodCall_t adr, const Signature &ret_signature, const CppString &name, const Signature &signature, const CppString &help) | ulxr::Dispatcher | |
| ulxr::MethodAdder::addMethod(StaticMethodCall_t adr, const CppString &ret_signature, const CppString &name, const CppString &signature, const CppString &help)=0 | ulxr::MethodAdder | [pure virtual] |
| ulxr::MethodAdder::addMethod(StaticMethodCall_t adr, const Signature &ret_signature, const CppString &name, const Signature &signature, const CppString &help)=0 | ulxr::MethodAdder | [pure virtual] |
| addMethodDescriptor(const MethodCallDescriptor &desc, MethodCall_t mct) | ulxr::Dispatcher | [protected] |
| CallDynamic enum value | ulxr::MethodAdder | |
| CallNone enum value | ulxr::MethodAdder | |
| CallStatic enum value | ulxr::MethodAdder | |
| CallSystem enum value | ulxr::MethodAdder | |
| CallType enum name | ulxr::MethodAdder | |
| dispatchCall(const MethodCall &call) const | ulxr::Dispatcher | [virtual] |
| dispatchCallLoc(const MethodCall &call) const | ulxr::Dispatcher | [virtual] |
| Dispatcher(Protocol *prot=0, bool wbxml_mode=false) | ulxr::Dispatcher | |
| DynamicMethodCall_t typedef | ulxr::MethodAdder | |
| free_dynamic_method(const MethodCallMap::value_type &) | ulxr::Dispatcher | [friend] |
| getCapabilities(Struct &str) const | ulxr::Dispatcher | [protected, virtual] |
| getMethod(unsigned index) | ulxr::Dispatcher | |
| getProtocol() const | ulxr::Dispatcher | |
| hasMethod(const MethodCall &call) const | ulxr::Dispatcher | |
| make_method(const StaticMethodCall_t) | ulxr::MethodAdder | [friend] |
| MethodCallDescriptor | ulxr::Dispatcher | [friend] |
| MethodCallMap typedef | ulxr::Dispatcher | [protected] |
| methodcalls | ulxr::Dispatcher | [private] |
| numMethods() const | ulxr::Dispatcher | |
| protocol | ulxr::Dispatcher | [private] |
| removeMethod(const CppString &name) | ulxr::Dispatcher | [virtual] |
| sendResponse(const MethodResponse &resp) | ulxr::Dispatcher | [virtual] |
| setProtocol(Protocol *prot) | ulxr::Dispatcher | |
| setupSystemMethods() | ulxr::Dispatcher | [protected] |
| StaticMethodCall_t typedef | ulxr::MethodAdder | |
| system_getCapabilities(const MethodCall &calldata, const Dispatcher *disp) | ulxr::Dispatcher | [protected, static] |
| system_listMethods(const MethodCall &calldata, const Dispatcher *disp) | ulxr::Dispatcher | [protected, static] |
| system_methodHelp(const MethodCall &calldata, const Dispatcher *disp) | ulxr::Dispatcher | [protected, static] |
| system_methodSignature(const MethodCall &calldata, const Dispatcher *disp) | ulxr::Dispatcher | [protected, static] |
| SystemMethodCall_t typedef | ulxr::MethodAdder | |
| waitForCall(int timeout=0) | ulxr::Dispatcher | [virtual] |
| wbxml_mode | ulxr::Dispatcher | [private] |
| xml_pretty_print(const MethodCall &calldata, const Dispatcher *disp) | ulxr::Dispatcher | [protected, static] |
| ~Dispatcher() | ulxr::Dispatcher | [virtual] |
| ~MethodAdder() | ulxr::MethodAdder | [inline, virtual] |