TF++, Miscellaneous classes and modules in C++:

◆ TFXX_hexdump

#define TFXX_hexdump (   V)
Value:
std::cout << "hex dump of object \"" \
<< #V << "\":" << std::endl; \
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.
Definition: hexdump.h:78

produce hexdump to stdout, preceeded by object name.

Definition at line 98 of file hexdump.h.

Referenced by main().