
Go to the source code of this file.
Classes | |
| class | Hello |
| class | HelloName |
| class | Sum |
Functions | |
| void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
| Hello (XmlRpcServer *s) | |
| HelloName (XmlRpcServer *s) | |
| std::string | help () |
| int | main (int argc, char *argv[]) |
| Sum (XmlRpcServer *s) | |
Variables | |
| XmlRpcServer | s |
| void s::execute | ( | XmlRpcValue & | params, |
| XmlRpcValue & | result | ||
| ) |
Definition at line 15 of file port_zero_server.cpp.
| s::Hello | ( | XmlRpcServer * | s | ) |
Definition at line 13 of file port_zero_server.cpp.
| s::HelloName | ( | XmlRpcServer * | s | ) |
Definition at line 13 of file port_zero_server.cpp.
| std::string s::help | ( | ) |
Definition at line 20 of file port_zero_server.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 61 of file port_zero_server.cpp.
| s::Sum | ( | XmlRpcServer * | s | ) |
Definition at line 13 of file port_zero_server.cpp.
| Sum XmlRpcServerMethod sum& s |
Definition at line 11 of file port_zero_server.cpp.