hexdump.hh File Reference

public header for hexdump More...

#include <iostream>
#include "hexdump.cci"
#include "hexdump.ct"

Include dependency graph for hexdump.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Detailed Description

public header for hexdump

Definition in file hexdump.hh.


Namespaces

namespace   senf

Defines

#define  HH_SENF_Utils_hexdump_   1

Functions

template<class Iterator >
void  senf::hexdump (Iterator i, Iterator i_end, std::ostream &stream, unsigned block_size=16)
  Write range [ i, i_end ) to output stream in hexadecimal format.
template<class Iterator >
std::string  senf::hexdumpQuote (Iterator i, Iterator i_end)
  Return quoted iterator range.

Define Documentation

#define
HH_SENF_Utils_hexdump_   1

Definition at line 27 of file hexdump.hh.