Namespace struct holding enums used for parsing.
Declared in <bslfmt_formatspecificationparser.h>
struct FormatSpecificationParserEnums;
| Name | Description |
|---|---|
Alignment | Alignment options parsed from a format specification. |
ProcessingState | Parser processing states for a format specification. |
Sections | Bit flags indicating which format-spec sections were parsed. |
Sign | Sign options parsed from a format specification. |
| Name | Description |
|---|---|
FormatSpecificationParser | A general mechanism used in format specification parsers. It supports parsing syntaxes of the form fill-and-align?sign # 0 width?precision?L and any syntax that contains a subset of the sections therein. |
StandardFormatSpecification | A general mechanism to parse and validate a Standard format specification string for a given argument type. |