|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <bwf_base.h>

Public Member Functions | |
| HexDump (void const *mem, size_t n) | |
Public Attributes | |
| std::string_view | _view |
| A view of the memory to dump. | |
Hex dump wrapper.
This wrapper indicates the contained view should be dumped as raw memory in hexadecimal format. This is intended primarily for internal use by other formatting logic.
Definition at line 1285 of file bwf_base.h.
|
inline |
Dump n bytes starting at mem as hex.
| mem | First byte of memory to dump. |
| n | Number of bytes. |
Definition at line 1293 of file bwf_base.h.
| std::string_view swoc::bwf::HexDump::_view |
A view of the memory to dump.
Definition at line 1286 of file bwf_base.h.