ARB
Public Member Functions | List of all members
MemDump Class Reference

#include <awt_hexdump.hxx>

Public Member Functions

 MemDump (bool show_offset_, bool hex_, bool ascii_, size_t width_=0, size_t separate_=0, bool space_=true)
 
bool wrapped () const
 
size_t mem_needed_for_dump (size_t bytes) const
 
void dump_to (GBS_strstruct &buf, const char *mem, size_t size) const
 

Detailed Description

Definition at line 35 of file awt_hexdump.hxx.

Constructor & Destructor Documentation

MemDump::MemDump ( bool  show_offset_,
bool  hex_,
bool  ascii_,
size_t  width_ = 0,
size_t  separate_ = 0,
bool  space_ = true 
)
inline

Definition at line 96 of file awt_hexdump.hxx.

Member Function Documentation

bool MemDump::wrapped ( ) const
inline

Definition at line 105 of file awt_hexdump.hxx.

Referenced by dump_to().

size_t MemDump::mem_needed_for_dump ( size_t  bytes) const
inline

Definition at line 107 of file awt_hexdump.hxx.

void MemDump::dump_to ( GBS_strstruct buf,
const char mem,
size_t  size 
) const
inline

Definition at line 119 of file awt_hexdump.hxx.

References wrapped().


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