Previous: , Up: Object Library   [Index]


7.23.3 Object Library Usage Mechanics

The object library construct is a regular libaime library construct.

See Library Construct.

object library objects are to be created by the x1f4_init_lxcast function.

See x1f4_init_lxcast.

The function requires at least the struct x1f4_nodetype_type descriptions of the types for which explicit converter functions are to be generated and the temporaries allocator against which the temporary object constructs created during program execution are to be registered.

See struct x1f4_nodetype_type.

See Explicit Converter Functions.

See Temporaries.

See Temporaries Allocator Construct.

The function definitions provided by the object library objects are to be retrieved via the x1f4_fset_lxcast function.

See x1f4_fset_lxcast.

The operator definitions provided by the object library objects are to be retrieved via the x1f4_bset_lxcast function.

See x1f4_bset_lxcast.

Once no longer needed, the object library objects are to be disposed via the x1f4_fini_lxcast function.

See x1f4_fini_lxcast.