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


7.24.3.4 x1f4_init_lxcast

extern int x1f4_init_lxcast
    (void **lxcast, unsigned flags, const struct x1f4_lxcast_type *attributes);

The x1f4_init_lxcast function constructs a object library as requested by the flags generation flags and the attributes library attributes and stores the address of the construct at the lxcast address.

See Object Library Generation Flags.

See struct x1f4_lxcast_type.

Only the type id to assume for the ‘object’ type, the descriptions of the types for which explicit converter functions are to be generated and the temporaries allocator against which the temporary object constructs are to be registered fields in the attributes struct x1f4_lxcast_type record are observed without explicit indication, the rest of the struct x1f4_lxcast_type fields are observed only if explicitly requested (via flags).

The function returns 0 for success, one of the defined error codes for failure.

See Object Library Errors.

See Object Library Specifics.

See Object Library Usage Mechanics.