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
Name |
Description |
out |
output stream |
depth |
indentation depth for this node |
spacePerLevel |
spaces per indentation level |
prefixText |
optional text printed before the node |
Created with MrDocs