This struct contains functions for printing objects to output streams using various formatting modes.

Synopsis

Declared in <balxml_typesprintutil.h>

struct TypesPrintUtil;

Static Member Functions

Name

Description

print

Format the specified object to the specified output stream using the specified formattingMode.

printBase64

Format the specified object to the specified output stream using the bdlat_FormattingMode::e_BASE64 formatting mode.

printDecimal

Format the specified object to the specified output stream using the bdlat_FormattingMode::e_DEC formatting mode.

printDefault

Format the specified object to the specified output stream using the bdlat_FormattingMode::e_DEFAULT formatting mode.

printHex

Format the specified object to the specified output stream using the bdlat_FormattingMode::e_HEX formatting mode.

printList

Format the specified object to the specified output stream using the bdlat_FormattingMode::e_LIST formatting mode.

printText

Format the specified object to the specified output stream using the bdlat_FormattingMode::e_TEXT formatting mode.

Created with MrDocs