BloombergLP::balber::BerDecoder_Node::print

Print this node to the specified out stream.

Synopsis

Declared in <balber_berdecoder.h>

void
print(
    std::ostream& out,
    int depth,
    int spacePerLevel = 0,
    char const* prefixText = 0) const;

Description

depth is the value d_decoder->currentDepth assumed after the node was created. Optionally specify spacePerLevel and prefixText.

Parameters

NameDescription
outoutput stream
depthindentation depth for this node
spacePerLevelspaces per indentation level
prefixTextoptional text printed before the node