|
file | hexdump.h |
| output hex dump of any structure (prototypes)
|
|
|
| tfxx::util |
| Small unspecific utilities.Small utilities of unspecific purpose. Some of them may be helpful for debugging code.
|
|
|
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. More...
|
|
template<class 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. More...
|
|
Small utilities of unspecific purpose. Some of them may be helpful for debugging code.