VideoTools
|
A streamable class used by G::hexdump(). More...
#include <ghexdump.h>
Public Member Functions | |
hexdump_streamable (T begin, T end, int w, const char *prefix, const char *space, const char *bar, unsigned int width, Ttohex tohex, Ttoprintable toprintable) | |
Public Attributes | |
T | m_begin |
T | m_end |
int | m_w |
const char * | m_prefix |
const char * | m_space |
const char * | m_bar |
unsigned int | m_width |
Ttohex | m_tohex |
Ttoprintable | m_toprintable |
A streamable class used by G::hexdump().
Definition at line 131 of file ghexdump.h.