[#BloombergLP-balxml-TypesPrintUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::TypesPrintUtil :relfileprefix: ../../ :mrdocs: This `struct` contains functions for printing objects to output streams using various formatting modes. == Synopsis Declared in `<balxml_typesprintutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TypesPrintUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/TypesPrintUtil/print.adoc[`print`] | Format the specified `object` to the specified output `stream` using the specified `formattingMode`. | xref:BloombergLP/balxml/TypesPrintUtil/printBase64.adoc[`printBase64`] | Format the specified `object` to the specified output `stream` using the `bdlat_FormattingMode::e_BASE64` formatting mode. | xref:BloombergLP/balxml/TypesPrintUtil/printDecimal.adoc[`printDecimal`] | Format the specified `object` to the specified output `stream` using the `bdlat_FormattingMode::e_DEC` formatting mode. | xref:BloombergLP/balxml/TypesPrintUtil/printDefault.adoc[`printDefault`] | Format the specified `object` to the specified output `stream` using the `bdlat_FormattingMode::e_DEFAULT` formatting mode. | xref:BloombergLP/balxml/TypesPrintUtil/printHex.adoc[`printHex`] | Format the specified `object` to the specified output `stream` using the `bdlat_FormattingMode::e_HEX` formatting mode. | xref:BloombergLP/balxml/TypesPrintUtil/printList.adoc[`printList`] | Format the specified `object` to the specified output `stream` using the `bdlat_FormattingMode::e_LIST` formatting mode. | xref:BloombergLP/balxml/TypesPrintUtil/printText.adoc[`printText`] | Format the specified `object` to the specified output `stream` using the `bdlat_FormattingMode::e_TEXT` formatting mode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#