openMSX
|
Functions | |
std::string | encode (std::span< const uint8_t > input, bool newlines) |
MemBuffer< uint8_t > | decode (std::string_view input) |
bool | decode_inplace (std::string_view input, std::span< uint8_t > output) |
openmsx::MemBuffer< uint8_t > HexDump::decode | ( | std::string_view | input | ) |
Definition at line 49 of file HexDump.cc.
References openmsx::MemBuffer< T, ALIGNMENT >::resize(), and openmsx::MemBuffer< T, ALIGNMENT >::size().
bool HexDump::decode_inplace | ( | std::string_view | input, |
std::span< uint8_t > | output | ||
) |
Definition at line 76 of file HexDump.cc.
References openmsx::MemBuffer< T, ALIGNMENT >::size().
Referenced by openmsx::InputArchiveBase< Derived >::serialize_blob().
std::string HexDump::encode | ( | std::span< const uint8_t > | input, |
bool | newlines | ||
) |
Definition at line 20 of file HexDump.cc.