Previous: Referable Types Library Exports, Up: Referable Types Library [Index]
The referable types library construct is a regular libaime library construct.
See Library Construct.
Referable types library objects are to be created by the x1f4_init_lxpart
function.
See x1f4_init_lxpart.
The function requires at least the descriptions of the data types to construct
in the struct x1f4_cxpart_type
definition.
The data types definitions provided by the referable types library objects are to
be retrieved via the x1f4_dset_lxpart
function.
See x1f4_dset_lxpart.
Once no longer needed, the referable types library objects are to be disposed via
the x1f4_fini_lxpart
function.
See x1f4_fini_lxpart.