|
NDDEM
|
#include <string>Go to the source code of this file.
Namespaces | |
| cereal | |
| in certain simple scenarios. They should probably not be used if maximizing performance is the main objective. | |
| cereal::base64 | |
Functions | |
| static bool | cereal::base64::is_base64 (unsigned char c) |
| std::string | cereal::base64::encode (unsigned char const *bytes_to_encode, size_t in_len) |
| std::string | cereal::base64::decode (std::string const &encoded_string) |
Variables | |
| static const std::string | cereal::base64::chars |