BloombergLP::bdlbb::BlobUtilAsciiDumper

Utility for ascii 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 BlobUtilAsciiDumper;

Member Functions

NameDescription
BlobUtilAsciiDumper [constructor]Constructors

Data Members

NameDescription
d_blob_p Data to be dumped (held, not owned).
d_length Desired number of bytes to be dumped.
d_offset Desired offset.