#include "xmlrpcpp/XmlRpcValue.h"#include "xmlrpcpp/XmlRpcException.h"#include "xmlrpcpp/XmlRpcUtil.h"#include <b64/encode.h>#include <b64/decode.h>#include <iostream>#include <ostream>#include <stdlib.h>#include <stdio.h>#include <sstream>#include <mutex>#include <vector>
Go to the source code of this file.
Namespaces | |
| XmlRpc | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const XmlRpc::XmlRpcValue &v) |
| static bool | XmlRpc::tmEq (struct tm const &t1, struct tm const &t2) |
Variables | |
| static const char | XmlRpc::ARRAY_ETAG [] = "</array>" |
| static const char | XmlRpc::ARRAY_TAG [] = "<array>" |
| static const char | XmlRpc::BASE64_ETAG [] = "</base64>" |
| static const char | XmlRpc::BASE64_TAG [] = "<base64>" |
| static const char | XmlRpc::BOOLEAN_ETAG [] = "</boolean>" |
| static const char | XmlRpc::BOOLEAN_TAG [] = "<boolean>" |
| static const char | XmlRpc::DATA_ETAG [] = "</data>" |
| static const char | XmlRpc::DATA_TAG [] = "<data>" |
| static const char | XmlRpc::DATETIME_ETAG [] = "</dateTime.iso8601>" |
| static const char | XmlRpc::DATETIME_TAG [] = "<dateTime.iso8601>" |
| static const char | XmlRpc::DOUBLE_ETAG [] = "</double>" |
| static const char | XmlRpc::DOUBLE_TAG [] = "<double>" |
| static const char | XmlRpc::I4_ETAG [] = "</i4>" |
| static const char | XmlRpc::I4_TAG [] = "<i4>" |
| static const char | XmlRpc::INT_TAG [] = "<int>" |
| static const char | XmlRpc::MEMBER_ETAG [] = "</member>" |
| static const char | XmlRpc::MEMBER_TAG [] = "<member>" |
| static const char | XmlRpc::NAME_ETAG [] = "</name>" |
| static const char | XmlRpc::NAME_TAG [] = "<name>" |
| static const char | XmlRpc::STRING_TAG [] = "<string>" |
| static const char | XmlRpc::STRUCT_ETAG [] = "</struct>" |
| static const char | XmlRpc::STRUCT_TAG [] = "<struct>" |
| static const char | XmlRpc::VALUE_ETAG [] = "</value>" |
| static const char | XmlRpc::VALUE_TAG [] = "<value>" |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const XmlRpc::XmlRpcValue & | v | ||
| ) |
Definition at line 693 of file XmlRpcValue.cpp.