Next: , Previous: , Up: Index Library   [Index]


7.29.4 Index Library Usage Mechanics

The index library construct is a regular libaime library construct.

See Library Construct.

Index library objects are to be created by the x1f4_init_lxdash function.

See x1f4_init_lxdash.

The function requires at least the type id to use for the introduced ‘index’ type (some number conveniencing the application, greater than X1f4_E4_LAST) and the struct x1f4_nodetype_type descriptions of the types allowed for index item data.

See Symbolic Types.

See struct x1f4_nodetype_type.

See Index Library Data Type Introduction.

See Simple Referable Data Type Examples.

See Complex Referable Data Type Example.

The data type definitions provided by the index library objects are to be retrieved via the x1f4_dset_lxdash function.

See x1f4_dset_lxdash.

The function definitions provided by the index library objects are to be retrieved via the x1f4_fset_lxdash function.

See x1f4_fset_lxdash.

Once no longer needed, the index library objects are to be disposed via the x1f4_fini_lxdash function.

See x1f4_fini_lxdash.