Print this node to the specified out stream.
Declared in <balber_berdecoder.h>
void
print(
std::ostream& out,
int depth,
int spacePerLevel = 0,
char const* prefixText = 0) const;
depth is the value d_decoder->currentDepth assumed after the node was created. Optionally specify spacePerLevel and prefixText.
| Name | Description |
|---|---|
| out | output stream |
| depth | indentation depth for this node |
| spacePerLevel | spaces per indentation level |
| prefixText | optional text printed before the node |