TF++, Miscellaneous classes and modules in C++:
|
std::ostream& tfxx::util::hexdump | ( | const C & | v, |
std::ostream & | os = std::cout , |
||
const char & | c = '.' , |
||
const unsigned int & | n = 16 |
||
) |
output hex dump of any object.
[in] | v | structure to dump |
[in] | os | output stream to which hex dump will be sent |
[in] | c | character to be used for non-printable characters |
[in] | n | number of bytes per line |
os
Definition at line 78 of file hexdump.h.
References hexdump().