Previous: List Library Errors, Up: List Library Definitions [Index]
The list library generation flags affect the list library objects construction.
Zero or more generation flags may be specified for the flags argument of the list library construction function.
See x1f4_init_lxlist.
X1f4_LXLIST_AUTOLINK
indicates the list library constructor that it should observe the temporaries allocator.
X1f4_LXLIST_CODELINK
indicates the list 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_LXLIST_COMPOSER
indicates the constructed list library object that it should observe the single parameter function implicit converter retriever indication.
X1f4_LXLIST_EELOOKUP
indicates the list library constructor that it should observe the name lookup context.
X1f4_LXLIST_IMPLICIT
indicates the constructed list library object that it should observe the prefix unary operator implicit converter retriever indication.
X1f4_LXLIST_MISSBAIL
indicates the list library constructor that it should observe the consolidated disposal manager.
X1f4_LXLIST_RESOURCE
indicates the list library constructor that it should observe the data memory allocator (data is data of the ‘list’ type, but also data of any other allocated data type, like data of the intrinsic ‘text’ string type).
X1f4_LXLIST_TEXTFLAT
indicates the list library constructor that it should observe the error reporter.
X1f4_LXLIST_TRANSFER
indicates the list library constructor that it should observe the function type mapper.
Previous: List Library Errors, Up: List Library Definitions [Index]