
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 execute | ( | XmlRpcValue & | params, |
| XmlRpcValue & | result | ||
| ) |
Definition at line 30 of file HelloServer.cpp.
| s::Hello | ( | XmlRpcServer * | s | ) |
Definition at line 28 of file HelloServer.cpp.
| s::HelloName | ( | XmlRpcServer * | s | ) |
Definition at line 43 of file HelloServer.cpp.
| std::string s::help | ( | ) |
Definition at line 35 of file HelloServer.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 61 of file HelloServer.cpp.
| s::Sum | ( | XmlRpcServer * | s | ) |
Definition at line 60 of file HelloServer.cpp.
| SimpleStructReturnTest XmlRpcServerMethod simpleStructReturnTest & s |
Definition at line 11 of file HelloServer.cpp.