Previous: Directive Flags, Up: Mk 6 Formatter Definitions


7.7.1.2 Formatting Flags

The formatting bit flags may be set in the flags argument of the count_field and put_field methods of the formatting directive descriptions.

See struct x1f4_ffield_type.

X1f4_FORMAT_ALTERNATE
indicates that field should be displayed in an alternate form.

See Format Specification Syntax.

May be specified for both the count_field and put_field methods.

X1f4_FORMAT_INDEXED
indicates that this is the first call for current iterated field.

See struct x1f4_ffield_type.

See Iterative Formatting.

May be specified for the count_field method.

X1f4_FORMAT_UNINDEXED
indicates that this is the second call for current iterated field.

See struct x1f4_ffield_type.

See Iterative Formatting.

May be specified for the count_field method.

X1f4_FORMAT_DETAILED
indicates that a list of cardinals was specified for the formatted field.

See Format Specification Syntax.

May be specified for both the count_field and put_field methods.