Go to the source code of this file.
Classes | |
class | XmlRpc::XmlRpcErrorHandler |
An interface allowing custom handling of error message reporting. More... | |
class | XmlRpc::XmlRpcLogHandler |
An interface allowing custom handling of informational message reporting. More... | |
class | XmlRpc::XmlRpcUtil |
Utilities for XML parsing, encoding, and decoding and message handlers. More... | |
Namespaces | |
XmlRpc | |
Functions | |
XMLRPCPP_DECL int | XmlRpc::getVerbosity () |
Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity() More... | |
XMLRPCPP_DECL void | XmlRpc::setVerbosity (int level) |
Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level) More... | |
Variables | |
const XMLRPCPP_DECL char | XmlRpc::XMLRPC_VERSION [] = "XMLRPC++ 0.7" |
Version identifier. More... | |