ATLAS Offline Software
|
Helpers to make a nice dump of a region of memory. More...
#include <ostream>
Go to the source code of this file.
Namespaces | |
CxxUtils | |
Functions | |
void | CxxUtils::hexdump (std::ostream &s, const void *addr, size_t n, size_t offset=0) |
Make a hex dump of memory. More... | |
void | CxxUtils::safeHexdump (std::ostream &s, const void *addr, size_t n, size_t offset=0) |
Make a hex dump of memory, protected against bad reads. More... | |