ARB
Classes | Functions
hexdump.hxx File Reference
#include <aw_root.hxx>
#include <arb_strbuf.h>
#include <cctype>
Include dependency graph for hexdump.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MemDump
 

Functions

CONSTEXPR_INLINE char nibble2hex (unsigned char c)
 
void dump_hexbyte (GBS_strstruct &buf, unsigned char c)
 

Function Documentation

CONSTEXPR_INLINE char nibble2hex ( unsigned char  c)

Definition at line 28 of file hexdump.hxx.

Referenced by dump_hexbyte().

void dump_hexbyte ( GBS_strstruct buf,
unsigned char  c 
)
inline

Definition at line 29 of file hexdump.hxx.

References nibble2hex(), and GBS_strstruct::put().