Print the chain of nodes to the specified out stream, starting from this node and iterating to the parent node, then its parent, etc.
Synopsis
Declared in <balber_berdecoder.h>
void
printStack(std::ostream& out) const;
Created with MrDocs