ATLAS Offline Software
Namespaces | Functions
hexdump.cxx File Reference
#include "CxxUtils/hexdump.h"
#include "CxxUtils/procmaps.h"
#include "boost/io/ios_state.hpp"
#include <iomanip>
#include <cstdint>
#include <unistd.h>
Include dependency graph for hexdump.cxx:

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