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 15 of file HelloServer.cpp.
s::Hello | ( | XmlRpcServer * | s | ) |
Definition at line 13 of file HelloServer.cpp.
s::HelloName | ( | XmlRpcServer * | s | ) |
Definition at line 13 of file HelloServer.cpp.
std::string s::help | ( | ) |
Definition at line 20 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 13 of file HelloServer.cpp.
Definition at line 11 of file HelloServer.cpp.