TF++, Miscellaneous classes and modules in C++:
tfxx::util Namespace Reference

Small unspecific utilities.Small utilities of unspecific purpose. Some of them may be helpful for debugging code. More...

Functions

std::ostream & 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 & hexdump (const C &v, std::ostream &os=std::cout, const char &c='.', const unsigned int &n=16)
 output hex dump of any object. More...
 

Detailed Description

Small unspecific utilities.

Small utilities of unspecific purpose. Some of them may be helpful for debugging code.

See also
Small utilities of unspecific purpose.