Next: , Previous: , Up: Integer Set Library Functions   [Index]


7.32.3.4 x1f4_init_lxvery

extern int x1f4_init_lxvery
    (void **lxvery, unsigned flags, const struct x1f4_lxvery_type *attributes);

The x1f4_init_lxvery function constructs a integer set library as requested by the flags generation flags and the attributes library attributes and stores the address of the construct at the lxvery address.

See Integer Set Library Generation Flags.

See struct x1f4_lxvery_type.

Only the type id to use for the introduced ‘mint’ type in the attributes struct x1f4_lxvery_type record are observed without explicit indication, the rest of the struct x1f4_lxvery_type fields are observed only if explicitly requested (via flags).

The function returns 0 for success, one of the defined error codes for failure.

See Integer Set Library Errors.

See Integer Set Library Specifics.

See Integer Set Library Usage Mechanics.