LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc::bwf::HexDump Struct Reference

#include <bwf_base.h>

Collaboration diagram for swoc::bwf::HexDump:
Collaboration graph

Public Member Functions

 HexDump (void const *mem, size_t n)
 

Public Attributes

std::string_view _view
 A view of the memory to dump.
 

Detailed Description

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.

See also
As_Hex

Definition at line 1285 of file bwf_base.h.

Constructor & Destructor Documentation

◆ HexDump()

swoc::bwf::HexDump::HexDump ( void const * mem,
size_t n )
inline

Dump n bytes starting at mem as hex.

Parameters
memFirst byte of memory to dump.
nNumber of bytes.

Definition at line 1293 of file bwf_base.h.

Member Data Documentation

◆ _view

std::string_view swoc::bwf::HexDump::_view

A view of the memory to dump.

Definition at line 1286 of file bwf_base.h.


The documentation for this struct was generated from the following file: