Next: , Up: Object Library Functions   [Index]


7.24.3.1 x1f4_bset_lxcast

extern int x1f4_bset_lxcast
    (void *lxcast, const struct x1f4_operator_type **operators);

The x1f4_bset_lxcast function writes the array of description pointers for the infix binary operators provided by the lxcast object library at the operators address.

See Object Library Operators.

See struct x1f4_operator_type.

operators should indicate a writable memory segment large enough to hold the pointers array. The size of the array may be retrived via x1f4_near_lxcast.

See x1f4_near_lxcast.

The function returns number of copied pointers.