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

BlobUtilHexDumper [constructor]

Constructors

Data Members

Name

Description

d_blob_p

Data to be dumped (held, not owned).

d_length

Desired number of bytes to be dumped.

d_offset

Desired offset.

Created with MrDocs