ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  CxxUtils

Functions

void CxxUtils::hexdump (std::ostream &s, const void *addr, size_t n, size_t offset=0)
 Make a hex dump of memory.
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.