TF++, Miscellaneous classes and modules in C++:
|
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... | |
Small unspecific utilities.
Small utilities of unspecific purpose. Some of them may be helpful for debugging code.