BloombergLP::balxml::Formatter_State::Formatter_State

Constructors

Synopses

Declared in <balxml_formatter.h>

Create a Formatter_State with a compact selection having the default value.

Formatter_State();
» more...

Create a Formatter_State with default-constructed state.

explicit
Formatter_State(allocator_type const& allocator);
» more...

Create a Formatter_State object having the same value as the specified original object.

Formatter_State(
    Formatter_State const& original,
    allocator_type const& allocator = allocator_type());
» more...

Parameters

NameDescription
allocatormemory allocator used to supply memory
originalobject providing the value to copy