|
TF++, Miscellaneous classes and modules in C++:
|
| std::ostream & tfxx::util::hexdump | ( | const void * | pp, |
| const unsigned int & | size, | ||
| std::ostream & | os = std::cout, |
||
| const char & | c = '.', |
||
| const unsigned int & | n = 16 |
||
| ) |
output hex dump of memory area.
| [in] | p | memory location to start dump at |
| [in] | size | number of bytes to dump in sequence |
| [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 44 of file hexdump.cc.
Referenced by hexdump(), and main().
