Previous: , Up: Index Library Definitions   [Index]


7.30.1.2 Index Library Generation Flags

The index library generation flags affect the index library objects construction.

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

See x1f4_init_lxdash.

X1f4_LXDASH_AUTOLINK

indicates the index library constructor that it should observe the temporaries allocator.

X1f4_LXDASH_CODELINK

indicates the index 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_LXDASH_COMPOSER

indicates the constructed index library object that it should observe the single parameter function implicit converter retriever indication.

See Function Converters Set Definition.

X1f4_LXDASH_EELOOKUP

indicates the index library constructor that it should observe the name lookup context.

X1f4_LXDASH_IMPLICIT

indicates the constructed index library object that it should observe the prefix unary operator implicit converter retriever indication.

See Operator Converters Set Definition.

X1f4_LXDASH_MISSBAIL

indicates the index library constructor that it should observe the consolidated disposal manager.

See Consolidated Disposal.

X1f4_LXDASH_RESOURCE

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

X1f4_LXDASH_TEXTFLAT

indicates the index library constructor that it should observe the error reporter.

X1f4_LXDASH_TRANSFER

indicates the index library constructor that it should observe the function type mapper.


Previous: Index Library Errors, Up: Index Library Definitions   [Index]