VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
G::HexdumpImp::hexdump_streamable< N, T, Ttohex, Ttoprintable > Struct Template Reference

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

m_begin
 
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
 

Detailed Description

template<unsigned N, typename T, typename Ttohex, typename Ttoprintable>
struct G::HexdumpImp::hexdump_streamable< N, T, Ttohex, Ttoprintable >

A streamable class used by G::hexdump().

Definition at line 131 of file ghexdump.h.


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