Next: List Library Data Type Introduction, Previous: List Library Security Concerns, Up: List Library [Index]
The list library construct is a regular libaime library construct.
See Library Construct.
List library objects are to be created by the x1f4_init_lxlist
function.
See x1f4_init_lxlist.
The function requires at least the type id to use for the introduced
‘list’ type (some number conveniencing the application, greater than
X1f4_E4_LAST
) and the struct x1f4_nodetype_type
descriptions of
the types allowed for list item data.
See Symbolic Types.
See struct x1f4_nodetype_type.
See List Library Data Type Introduction.
See Simple Referable Data Type Examples.
See Complex Referable Data Type Example.
The data type definitions provided by the list library objects are to be
retrieved via the x1f4_dset_lxlist
function.
See x1f4_dset_lxlist.
The function definitions provided by the list library objects are to be
retrieved via the x1f4_fset_lxlist
function.
See x1f4_fset_lxlist.
Once no longer needed, the list library objects are to be disposed via the
x1f4_fini_lxlist
function.
See x1f4_fini_lxlist.