Provide a namespace for the interface to a suite of procedural stream operations.
Declared in <bdlb_print.h>
struct Print;
| Name | Description |
|---|---|
hexDump | hexDump overloads |
indent | Emit indentation spaces to the specified stream. |
newlineAndIndent | Emit a newline and indentation to the specified stream. |
printPtr | Print a pointer value to a stream in a standard format. |
printString | Print a character string to a stream, escaping non-printables. |
singleLineHexDump | singleLineHexDump overloads |