OmniSciDB
a5dc49c757
|
#include <boost/algorithm/string.hpp>
#include <boost/archive/iterators/base64_from_binary.hpp>
#include <boost/archive/iterators/binary_from_base64.hpp>
#include <boost/archive/iterators/transform_width.hpp>
#include <string>
Go to the source code of this file.
Namespaces | |
shared | |
Functions | |
std::string | shared::decode_base64 (const std::string &val, bool trim_nulls) |
std::string | shared::decode_base64 (const std::string &val) |
static std::string | shared::encode_base64 (const std::string &val) |
std::string | shared::decode_base64_uri (const std::string &data, bool trim_nulls) |