BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslfmt_formatspecificationparser

Detailed Description

Tokenization utility for use within BSL format spec parsers.

Outline

Purpose

Tokenization utility for use within BSL format spec parsers

Classes

See also
bslfmt_format.h

Description

This component provides a mechanism to perform a first-pass split of a formatting string into its component parts in a way that is compatible with [format.string] and [time.format] in the Standard. No validation is performed by this component and further type-specific processing will be required prior to use.

Note a default-initialized FormatSpecificationParser has the following defaults:

This component is for use within bslfmt only.