Previous: Index Library Errors, Up: Index Library Definitions [Index]
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_AUTOLINKindicates the index library constructor that it should observe the temporaries allocator.
X1f4_LXDASH_CODELINKindicates 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_COMPOSERindicates the constructed index library object that it should observe the single parameter function implicit converter retriever indication.
X1f4_LXDASH_EELOOKUPindicates the index library constructor that it should observe the name lookup context.
X1f4_LXDASH_IMPLICITindicates the constructed index library object that it should observe the prefix unary operator implicit converter retriever indication.
X1f4_LXDASH_MISSBAILindicates the index library constructor that it should observe the consolidated disposal manager.
X1f4_LXDASH_RESOURCEindicates 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_TEXTFLATindicates the index library constructor that it should observe the error reporter.
X1f4_LXDASH_TRANSFERindicates the index library constructor that it should observe the function type mapper.
Previous: Index Library Errors, Up: Index Library Definitions [Index]