ATLAS Offline Software
Namespaces | Functions
hexdump.h File Reference

Helpers to make a nice dump of a region of memory. More...

#include <ostream>
Include dependency graph for hexdump.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Helpers to make a nice dump of a region of memory.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Apr, 2021

Definition in file hexdump.h.