[#BloombergLP-balxml-Formatter_PrettyImplState-2constructor-019] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Formatter_PrettyImplState.adoc[Formatter_PrettyImplState]::Formatter_PrettyImplState :relfileprefix: ../../../ :mrdocs: Create a `Formatter_PrettyImplState` with the specified attribute values. == Synopsis Declared in `<balxml_formatter_prettyimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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()); ---- == Description The object has 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. == Parameters [cols="1,4"] |=== | Name| Description | *id* | state‐machine identifier | *indentLevel* | initial indentation level | *spacesPerLevel* | spaces per indentation level | *column* | current column position | *wrapColumn* | column at which to wrap lines | *elementNesting* | stack of nested element whitespace modes | *allocator* | memory allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#