openMSX
|
Functions | |
std::string | encode (std::span< const uint8_t > input) |
MemBuffer< uint8_t > | decode (std::string_view input) |
bool | decode_inplace (std::string_view input, std::span< uint8_t > output) |
openmsx::MemBuffer< uint8_t > Base64::decode | ( | std::string_view | input | ) |
Definition at line 89 of file Base64.cc.
References openmsx::MemBuffer< T, ALIGNMENT >::resize(), and xrange().
bool Base64::decode_inplace | ( | std::string_view | input, |
std::span< uint8_t > | output | ||
) |
Definition at line 126 of file Base64.cc.
References openmsx::MemBuffer< T, ALIGNMENT >::size(), and xrange().
std::string Base64::encode | ( | std::span< const uint8_t > | input | ) |
Definition at line 41 of file Base64.cc.
References ranges::copy(), and xrange().