#include <iostream>
#include "hexdump.cci"
#include "hexdump.ct"
Go to the source code of this file.
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 | ||||
HH_SENF_Utils_hexdump_ 1 | ||||
Definition at line 27 of file hexdump.hh.