Up: Math Library Types   [Index]


7.8.2.1 struct x1f4_lxmath_type

typedef struct x1f4_lxmath_type {
    struct x1f4_track_type textflat_set;
    struct x1f4_trans_type codelink_set;
} x1f4_lxmath_type;

The x1f4_lxmath_type record lists the application concerns related to the math library objects generation.

The fields that are interpreted only if so requested are:

See Math Library Generation Flags.

codelink_set

specifies the library data memory allocator (allocates memory for the library object construction purposes only).

See struct x1f4_trans_type.

See Memory Allocator Construct.

textflat_set

specifies the error reporter.

See struct x1f4_track_type.

See Error Reporter Construct.