#include <bdlb_print.h>
Utility for hex dumping a blob to standard output streams. This class has operator<< defined for it, so it can be used as follows:
<< bsl::endl;
size_type size() const BSLS_KEYWORD_NOEXCEPT
Return the number of elements in this vector.
Definition bslstl_vector.h:3019
VALUE_TYPE * data() BSLS_KEYWORD_NOEXCEPT
Definition bslstl_vector.h:2942
Definition bslstl_vector.h:1120
void resize(size_type newSize)
Definition bslstl_vector.h:4189
Definition bdlb_print.h:302
See bdlb_print
◆ PrintStringHexDumper()
| bdlb::PrintStringHexDumper::PrintStringHexDumper |
( |
const char * |
data, |
|
|
int |
length |
|
) |
| |
|
inline |
Create a PrintStringHexDumper object that can insert to an output stream a formated (possibly multi-lined) hexadecimal representation the specified data of the specified length.
◆ d_data_p
| const char* bdlb::PrintStringHexDumper::d_data_p |
◆ d_length
| int bdlb::PrintStringHexDumper::d_length |
The documentation for this struct was generated from the following file: