VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
G::HexdumpImp::hexdump_ostream_emitter Struct Reference

An output adaptor to write to std::ostream. More...

#include <ghexdump.h>

Public Member Functions

 hexdump_ostream_emitter (std::ostream &out, unsigned int address_width, const char *prefix, const char *space, const char *bar)
 
void emit (std::size_t address, std::size_t line_number, std::size_t, const char *hex, const char *padding, const char *printable)
 

Public Attributes

std::ostream & m_out
 
unsigned int m_address_width
 
const char * m_prefix
 
const char * m_space
 
const char * m_bar
 

Detailed Description

An output adaptor to write to std::ostream.

Definition at line 101 of file ghexdump.h.


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