Utility for hex dumping a blob to standard output streams. This class has operator<< defined for it, so it can be used, for example, in ball logs.
Synopsis
Declared in <bdlbb_blobutil.h>
struct BlobUtilHexDumper;
Member Functions
Name |
Description |
|
Constructors |
Data Members
Name |
Description |
Data to be dumped (held, not owned). |
|
Desired number of bytes to be dumped. |
|
Desired offset. |
Created with MrDocs