Maze Builder Docs 6.0.1
|
Base64 encoding and decoding helper class. More...
#include <base64_helper.h>
Public Member Functions | |
base_64_helper (const base_64_helper &other) | |
base_64_helper & | operator= (const base_64_helper &other) |
base_64_helper (base_64_helper &&other) noexcept=default | |
base_64_helper & | operator= (base_64_helper &&other) noexcept=default |
std::string | encode (const std::string &s) const noexcept |
Transform an input string into base64 characters. | |
std::string | decode (const std::string &s) const noexcept |
Transform an input string from from base64 characters. | |
Base64 encoding and decoding helper class.
This class provides methods to encode and decode strings using the Base64 encoding scheme
|
noexcept |
Transform an input string into base64 characters.
s |