Previous: Byte Data Library Errors, Up: Byte Data Library Definitions


6.13.1.2 Byte Data Library Generation Flags

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

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

See x1f4_init_lxdata.

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_EVERLINK
indicates the byte data library constructor that it should generate a `b_set' function (which `b_set' function sets `data' data as reference to some `data' object, as per described).

See Byte Data Functions.

X1f4_LXDATA_RESOURCE
indicates the byte data library constructor that it should observe the data memory allocator (data is data of the `data' type, but also data of any other sort of allocated data type).
X1f4_LXDATA_TEXTFLAT
indicates the byte data library constructor that it should observe the error reporter.