BloombergLP::balxml::PrefixStack::print

Print the content of this object to the specified stream.

Synopsis

Declared in <balxml_prefixstack.h>

void
print(
    std::ostream& stream,
    bool fullNames = false) const;

Description

The optionally specified fullNames specifies how namespaces should be printed: true for the full names and false only for IDs.

Parameters

NameDescription
streamoutput stream to receive the printed content
fullNamestrue to print full names, false to print only IDs