39 #ifndef TF_HEXDUMP_H_VERSION 41 #define TF_HEXDUMP_H_VERSION \ 62 std::ostream&
hexdump(
const void* pp,
const unsigned int& size,
63 std::ostream& os=std::cout,
64 const char& c=
'.',
const unsigned int&n=16);
78 std::ostream&
hexdump(
const C& v, std::ostream& os=std::cout,
79 const char& c=
'.',
const unsigned int&n=16)
84 const unsigned int size=
sizeof(v);
98 #define TFXX_hexdump(V) std::cout << "hex dump of object \"" \ 99 << #V << "\":" << std::endl; \ 100 tfxx::util::hexdump(V); 102 #endif // TF_HEXDUMP_H_VERSION (includeguard) std::ostream & hexdump(const void *pp, const unsigned int &size, std::ostream &os, const char &c, const unsigned int &n)
output hex dump of memory area.
Namespace containing all code of library libtfxx.