[#BloombergLP-balxml-Formatter_PrettyImplState-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Formatter_PrettyImplState.adoc[Formatter_PrettyImplState]::Formatter_PrettyImplState :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<balxml_formatter_prettyimpl.h>` Create a `Formatter_PrettyImplState` having an `id` attribute of `Id::e_AT_START`, `indentLevel`, `spacesPerLevel`, `column`, and `wrapColumn` attributes of 0, and an empty `elementNesting` attribute. Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/Formatter_PrettyImplState/2constructor-0a.adoc[Formatter_PrettyImplState](); ---- [.small]#xref:BloombergLP/balxml/Formatter_PrettyImplState/2constructor-0a.adoc[_» more..._]# Create a `Formatter_PrettyImplState` with default attribute values, using the specified `allocator` to supply memory. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/balxml/Formatter_PrettyImplState/2constructor-0d.adoc[Formatter_PrettyImplState](xref:BloombergLP/balxml/Formatter_PrettyImplState/allocator_type.adoc[allocator_type] const& allocator); ---- [.small]#xref:BloombergLP/balxml/Formatter_PrettyImplState/2constructor-0d.adoc[_» more..._]# Create a `Formatter_PrettyImplState` object having the same value as the specified `original` object. Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/Formatter_PrettyImplState/2constructor-0b.adoc[Formatter_PrettyImplState]( xref:BloombergLP/balxml/Formatter_PrettyImplState.adoc[Formatter_PrettyImplState] const& original, xref:BloombergLP/balxml/Formatter_PrettyImplState/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- [.small]#xref:BloombergLP/balxml/Formatter_PrettyImplState/2constructor-0b.adoc[_» more..._]# Create a `Formatter_PrettyImplState` having an `id` attribute of `Id::e_AT_START`, the specified `indentLevel`, the specified `spacesPerLevel`, and the specified `wrapColumn`, a `column` attribute of 0, and an empty `elementNesting` attribute. Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/Formatter_PrettyImplState/2constructor-01e.adoc[Formatter_PrettyImplState]( int indentLevel, int spacesPerLevel, int wrapColumn, xref:BloombergLP/balxml/Formatter_PrettyImplState/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- [.small]#xref:BloombergLP/balxml/Formatter_PrettyImplState/2constructor-01e.adoc[_» more..._]# Create a `Formatter_PrettyImplState` having the specified `id`, `indentLevel`, `spacesPerLevel`, `column`, `wrapColumn`, and `elementNesting` attributes. Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/Formatter_PrettyImplState/2constructor-019.adoc[Formatter_PrettyImplState]( xref:BloombergLP/balxml/Formatter_PrettyImplStateId/Enum.adoc[Id::Enum] id, int indentLevel, int spacesPerLevel, int column, int wrapColumn, xref:bsl/vector-00d.adoc[bsl::vector<WhitespaceType::Enum>] const& elementNesting, xref:BloombergLP/balxml/Formatter_PrettyImplState/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- [.small]#xref:BloombergLP/balxml/Formatter_PrettyImplState/2constructor-019.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#