XML-RPC Base64 type. More...
#include <value_type.h>
Classes | |
class | Malformed_base64 |
Malformed base64 encoding format exception. More... | |
Public Member Functions | |
const std::string & | get_base64 () const |
Get data in encoded form. | |
const std::string & | get_data () const |
Get raw data. | |
Value_type * | clone () const |
const std::string & | type_name () const |
void | apply_visitor (Value_type_visitor &) const |
Static Public Member Functions | |
static Binary_data * | from_base64 (const std::string &) |
Construct an object from encoded data. | |
static Binary_data * | from_data (const std::string &) |
Construct an object from raw data. | |
static Binary_data * | from_data (const char *, size_t size) |
Construct an object from raw data. | |
XML-RPC Base64 type.