Next: , Up: Expression Evaluator Types   [Index]


3.22.2.1 struct x1f4_1stscope_type

typedef struct x1f4_1stscope_type {
    const struct x1f4_ndbA_type *ndbA_data;
    const struct x1f4_ndbC_type *ndbC_data;
    const struct x1f4_ndba_type *ndba_data;
    const struct x1f4_ndbc_type *ndbc_data;
    const struct x1f4_odbA_type *odbA_data;
    const struct x1f4_odbC_type *odbC_data;
    const struct x1f4_odbS_type *odbS_data;
    const struct x1f4_odba_type *odba_data;
    const struct x1f4_odbc_type *odbc_data;
    const struct x1f4_odbs_type *odbs_data;
    const struct x1f4_rdbl_type *rdbl_data;
    const struct x1f4_rdbo_type *rdbo_data;
    const struct x1f4_sdbl_type *sdbl_data;
    const struct x1f4_sdbo_type *sdbo_data;
    const struct x1f4_tdbl_type *tdbl_data;
    const struct x1f4_tdbo_type *tdbo_data;
    unsigned bits1;
} x1f4_1stscope_type;

The struct x1f4_1stscope_type record describes the operator first extension scope. It types the record pointed by the extension1 field in the struct x1f4_operator_type definition.

See struct x1f4_operator_type.