TF++, Miscellaneous classes and modules in C++:
Small utilities of unspecific purpose.

Files

file  hexdump.h
 output hex dump of any structure (prototypes)
 

Namespaces

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

Macros

#define TFXX_hexdump(V)
 produce hexdump to stdout, preceeded by object name. More...
 

Functions

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...
 

Detailed Description

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