Quick Links:

bal | bbl | bdl | bsl

Public Member Functions | Public Attributes

bdlbb::BlobUtilHexDumper Struct Reference

#include <bdlbb_blobutil.h>

List of all members.

Public Member Functions

 BlobUtilHexDumper (const Blob *blob)
 BlobUtilHexDumper (const Blob *blob, int offset, int length)

Public Attributes

const Blobd_blob_p
int d_offset
int d_length

Detailed Description

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.

See Component bdlbb_blobutil


Constructor & Destructor Documentation

bdlbb::BlobUtilHexDumper::BlobUtilHexDumper ( const Blob blob  )  [explicit]

Create a hex dumper for the specified blob.

bdlbb::BlobUtilHexDumper::BlobUtilHexDumper ( const Blob blob,
int  offset,
int  length 
)

Create a hex dumper for the specified blob that dumps the specified length bytes starting at the specified offset.


Member Data Documentation


The documentation for this struct was generated from the following file: