typedef struct x1f4_lxvery_type {
struct x1f4_track_type textflat_set;
struct {
int type;
} linetype_set;
struct x1f4_trans_type resource_set;
struct x1f4_frame_type autolink_set;
struct x1f4_trans_type codelink_set;
} x1f4_lxvery_type;
The x1f4_lxvery_type record lists the application concerns related to
the integer set library objects generation.
The fields that are always interpreted by the integer set library constructor function are:
linetype_setspecifies the type id to use for the introduced ‘mint’ type (some number
conveniencing the application, greater than X1f4_E4_LAST) as:
See Symbolic Types.
typethe id
The fields that are interpreted only if so requested are:
See Integer Set Library Generation Flags.
codelink_setspecifies the library data memory allocator (allocates memory for the library object construction purposes only).
resource_setspecifies the data memory allocator (allocates memory for the data created while executing programs).
textflat_setspecifies the error reporter.
autolink_setspecifies the temporaries allocator.
See Temporaries.
See Temporaries Allocator Construct.
Interpreted upon X1f4_LXVERY_AUTOLINK.