BDE 4.14.0 Production release
|
Classes | |
struct | bdlat_FormattingMode |
Provide formatting mode constants.
The bdlat_FormattingMode
struct provided in this component defines the symbolic constants for all the formatting modes supported by the bdlat
framework. The formatting modes are separated into two categories: a bit-field for the original type (i.e., schema type), and a number of flags.
This bit-field defines the formatting modes that are derived based on the type of an element, as defined in the schema. The available modes are:
The following bitwise flags can be applied to a schema element:
Due to the low-level nature of this component, a usage example is not necessary.