[#BloombergLP-balxml-PrefixStack-print] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/PrefixStack.adoc[PrefixStack]::print :relfileprefix: ../../../ :mrdocs: Print the content of this object to the specified `stream`. == Synopsis Declared in `<balxml_prefixstack.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *stream* | output stream to receive the printed content | *fullNames* | `true` to print full names, `false` to print only IDs |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#