Constructors
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...
| Name | Description |
|---|---|
| allocator | memory allocator used to supply memory |
| original | object providing the value to copy |