Namespaces | |
| XmlRpcDispatch | |
Classes | |
| class | XmlRpcClient |
| A class to send XML RPC requests to a server and return the results. | |
| class | XmlRpcDispatch |
| class | XmlRpcErrorHandler |
| An interface allowing custom handling of error message reporting. | |
| class | XmlRpcException |
| class | XmlRpcLogHandler |
| An interface allowing custom handling of informational message reporting. | |
| class | XmlRpcServer |
| A class to handle XML RPC requests. | |
| class | XmlRpcServerConnection |
| A class to handle XML RPC requests from a particular client. | |
| class | XmlRpcServerMethod |
| Abstract class representing a single RPC method. | |
| class | XmlRpcSocket |
| A platform-independent socket API. | |
| class | XmlRpcSource |
| An RPC source represents a file descriptor to monitor. | |
| class | XmlRpcUtil |
| Utilities for XML parsing, encoding, and decoding and message handlers. | |
| class | XmlRpcValue |
| RPC method arguments and results are represented by Values. | |
Functions | |
| void | assertEncodeDecode (std::string const &raw, std::string const &base64) |
| XmlRpcValue | base64Value (std::string const &data) |
| XmlRpcValue | fromXml (std::string const &data) |
| XMLRPCPP_DECL int | getVerbosity () |
| Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity() More... | |
| void | PrintTo (const XmlRpcClientForTest::ClientConnectionState &state, ::std::ostream *os) |
| void | PrintTo (const XmlRpcValue &value, ::std::ostream *os) |
| void | removeNewlines (std::string &data) |
| XMLRPCPP_DECL void | setVerbosity (int level) |
| Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level) More... | |
| TEST (xmlrpcvalue_base64, empty_string) | |
| TEST (xmlrpcvalue_base64, hello_world) | |
| TEST (xmlrpcvalue_base64, random) | |
| static bool | tmEq (struct tm const &t1, struct tm const &t2) |
Variables | |
| static const char | ARRAY_ETAG [] |
| static const char | ARRAY_TAG [] |
| static const char | BASE64_ETAG [] |
| static const char | BASE64_TAG [] |
| static const char | BOOLEAN_ETAG [] |
| static const char | BOOLEAN_TAG [] |
| static const char | DATA_ETAG [] |
| static const char | DATA_TAG [] |
| static const char | DATETIME_ETAG [] |
| static const char | DATETIME_TAG [] |
| static const char | DOUBLE_ETAG [] |
| static const char | DOUBLE_TAG [] |
| static const char | I4_ETAG [] |
| static const char | I4_TAG [] |
| static const char | INT_TAG [] |
| static const char | MEMBER_ETAG [] |
| static const char | MEMBER_TAG [] |
| static const char | NAME_ETAG [] |
| static const char | NAME_TAG [] |
| static const char | STRING_TAG [] |
| static const char | STRUCT_ETAG [] |
| static const char | STRUCT_TAG [] |
| static const char | VALUE_ETAG [] |
| static const char | VALUE_TAG [] |
| const XMLRPCPP_DECL char | XMLRPC_VERSION [] |
| Version identifier. More... | |
| const char | XMLRPC_VERSION [] |
| Version identifier. More... | |
| const char XmlRpc::XMLRPC_VERSION[] |
Version identifier.