OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
base64.h File Reference
#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>
+ Include dependency graph for base64.h:
+ This graph shows which files directly or indirectly include this file:

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)