openMSX
Namespaces | Functions
HexDump.cc File Reference
#include "HexDump.hh"
#include "narrow.hh"
#include "strCat.hh"
#include "xrange.hh"
#include <algorithm>
#include <cassert>
Include dependency graph for HexDump.cc:

Go to the source code of this file.

Namespaces

namespace  HexDump
 

Functions

std::string HexDump::encode (std::span< const uint8_t > input, bool newlines)
 
std::pair< MemBuffer< uint8_t >, size_t > HexDump::decode (std::string_view input)
 
bool HexDump::decode_inplace (std::string_view input, std::span< uint8_t > output)