BloombergLP::bslfmt::FormatSpecificationParserEnums

Namespace struct holding enums used for parsing.

Synopsis

Declared in <bslfmt_formatspecificationparser.h>

struct FormatSpecificationParserEnums;

Enums

NameDescription
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.

Derived Classes

NameDescription
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.