Previous: , Up: Proxy Types Library   [Index]


7.37.3 Proxy Types Library Usage Mechanics

The proxy types library construct is a regular libaime library construct.

See Library Construct.

Proxy types library objects are to be created by the x1f4_init_lxflat function.

See x1f4_init_lxflat.

The function requires at least the descriptions of the data types to construct in the struct x1f4_cxflat_type definition.

See struct x1f4_cxflat_type.

The data types definitions provided by the proxy types library objects are to be retrieved via the x1f4_dset_lxflat function.

See x1f4_dset_lxflat.

Once no longer needed, the proxy types library objects are to be disposed via the x1f4_fini_lxflat function.

See x1f4_fini_lxflat.