Namespaces | |
XmlRpcDispatch | |
Classes | |
class | XmlRpcClient |
class | XmlRpcDispatch |
class | XmlRpcErrorHandler |
class | XmlRpcException |
class | XmlRpcLogHandler |
class | XmlRpcServer |
class | XmlRpcServerConnection |
class | XmlRpcServerMethod |
class | XmlRpcSocket |
class | XmlRpcSource |
class | XmlRpcUtil |
class | XmlRpcValue |
Functions | |
void | assertEncodeDecode (std::string const &raw, std::string const &base64) |
XmlRpcValue | base64Value (std::string const &data) |
XmlRpcValue | fromXml (std::string const &data) |
int | getVerbosity () |
void | PrintTo (const XmlRpcClient::ClientConnectionState &state,::std::ostream *os) |
void | removeNewlines (std::string &data) |
void | setVerbosity (int level) |
TEST (xmlrpcvalue_base64, hello_world) | |
TEST (xmlrpcvalue_base64, empty_string) | |
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 char | XMLRPC_VERSION [] |