Constructors

Synopses

Declared in <balxml_formatter_compactimpl.h>

Create a Formatter_CompactImplState having an id attribute of Id::e_AT_START, and indentLevel, initialIndentLevel, spacesPerLevel, and column attributes of 0.

Create a Formatter_CompactImplState having an id attribute of Id::e_AT_START, the specified indentLevel and spacesPerLevel, as well as an initialIndentLevel attribute equal to indentLevel, and a column attribute of 0.

Formatter_CompactImplState(
    int indentLevel,
    int spacesPerLevel);

Create a Formatter_CompactImplState having the specified id, indentLevel, initialIndentLevel, spacesPerLevel, and column attributes.

Formatter_CompactImplState(
    Id::Enum id,
    int indentLevel,
    int initialIndentLevel,
    int spacesPerLevel,
    int column);

Created with MrDocs