Previous: , Up: Integer Set Library Definitions   [Index]


7.32.1.2 Integer Set Library Generation Flags

The integer set library generation flags affect the integer set library objects construction.

Zero or more generation flags may be specified for the flags argument of the integer set library construction function.

See x1f4_init_lxvery.

X1f4_LXVERY_AUTOLINK

indicates the integer set library constructor that it should observe the temporaries allocator.

X1f4_LXVERY_CODELINK

indicates the integer set library constructor that it should observe the library data memory allocator (the library data memory allocator allocates memory for the library object construction purposes only).

X1f4_LXVERY_RESOURCE

indicates the integer set library constructor that it should observe the data memory allocator (data is data of the ‘mint’ type, but also data of any other allocated data type, like data of the intrinsic ‘text’ string type).

X1f4_LXVERY_TEXTFLAT

indicates the integer set library constructor that it should observe the error reporter.