Next: , Previous: , Up: Imperative Language Interpreter Types   [Index]


5.9.2.4 struct x1f4_sanction_type

typedef struct x1f4_sanction_type {
    struct x1f4_sentence_type in_clause;
    unsigned bits;
} x1f4_sanction_type;

The struct x1f4_sanction_type record describes collection traversal entry clauses.

Its fields are:

in_clause

is the struct x1f4_sentence_type description of the traversal introductory if statement (and how it is constructed).

bits

one of X1f4_PROGRESS_EQCLAUSE, X1f4_PROGRESS_GECLAUSE, X1f4_PROGRESS_GTCLAUSE, X1f4_PROGRESS_LECLAUSE and X1f4_PROGRESS_LTCLAUSE, it establishes the function of the entry clause.

See Collection Progress Flags.

See struct x1f4_sentence_type.