Previous: , Up: Byte Data Library Definitions   [Index]


7.16.1.2 Byte Data Library Generation Flags

The byte data library generation flags affect the byte data library objects construction.

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

See x1f4_init_lxdata.

X1f4_LXDATA_AUTOLINK

indicates the byte data library constructor that it should observe the temporaries allocator.

X1f4_LXDATA_CODELINK

indicates the byte data 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_LXDATA_COMPOSER

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

See Function Converters Set Definition.

X1f4_LXDATA_EELOOKUP

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

X1f4_LXDATA_FILELINK

indicates the byte data library constructor that it should observe the ‘file’ data type indications (like the type id of the ‘file’ data type) and that it should generate those functions referring the ‘file’ data type (like the ‘b_in’ function).

X1f4_LXDATA_IMPLICIT

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

See Operator Converters Set Definition.

X1f4_LXDATA_RESOURCE

indicates the byte data library constructor that it should observe the data memory allocator (data is data of the ‘data’ type).

X1f4_LXDATA_TEXTFLAT

indicates the byte data library constructor that it should observe the error reporter.


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