
Public Member Functions | |
| void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
| XMLRPCCallWrapper (const std::string &function_name, const XMLRPCFunc &cb, XmlRpcServer *s) | |
Public Member Functions inherited from XmlRpc::XmlRpcServerMethod | |
| virtual std::string | help () |
| virtual std::string | help () |
| std::string & | name () |
| std::string & | name () |
| Returns the name of the method. More... | |
| XmlRpcServerMethod (std::string const &name, XmlRpcServer *server=0) | |
| XmlRpcServerMethod (std::string const &name, XmlRpcServer *server=0) | |
| Constructor. More... | |
| virtual | ~XmlRpcServerMethod () |
| virtual | ~XmlRpcServerMethod () |
| Destructor. More... | |
Private Attributes | |
| XMLRPCFunc | func_ |
| std::string | name_ |
Additional Inherited Members | |
Protected Attributes inherited from XmlRpc::XmlRpcServerMethod | |
| std::string | _name |
| XmlRpcServer * | _server |
Definition at line 71 of file xmlrpc_manager.cpp.
|
inline |
Definition at line 74 of file xmlrpc_manager.cpp.
|
inlinevirtual |
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 80 of file xmlrpc_manager.cpp.
|
private |
Definition at line 87 of file xmlrpc_manager.cpp.
|
private |
Definition at line 86 of file xmlrpc_manager.cpp.