Previous: Record Library Errors, Up: Record Library Definitions [Index]
The record library generation flags affect the record library objects construction.
Zero or more generation flags may be specified for the flags argument of the record library construction function.
See x1f4_init_lxline.
X1f4_LXLINE_AUTOLINK
indicates the record library constructor that it should observe the temporaries allocator.
X1f4_LXLINE_CODELINK
indicates the record 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_LXLINE_COMPOSER
indicates the constructed record library object that it should observe the single parameter function implicit converter retriever indication.
X1f4_LXLINE_DATALINK
indicates the record library constructor that it should observe the ‘data’ data type indications (like the type id of the ‘data’ data type) and that it should generate those functions referring the ‘data’ data type (like the ‘rc_progress’ and ‘rc_regress’ functions).
X1f4_LXLINE_EELOOKUP
indicates the record library constructor that it should observe the name lookup context.
X1f4_LXLINE_IMPLICIT
indicates the constructed record library object that it should observe the prefix unary operator implicit converter retriever indication.
X1f4_LXLINE_MISSBAIL
indicates the record library constructor that it should observe the consolidated disposal manager.
X1f4_LXLINE_RESOURCE
indicates the record library constructor that it should observe the data memory allocator (data is data of the ‘record’ type, but also data of any other allocated data type, like data of the intrinsic ‘text’ string type).
X1f4_LXLINE_TEXTFLAT
indicates the record library constructor that it should observe the error reporter.
X1f4_LXLINE_TRANSFER
indicates the record library constructor that it should observe the function type mapper.
Previous: Record Library Errors, Up: Record Library Definitions [Index]