Contents (package MULK.OBJECTIVE-CL)


Standard Class FOREIGN-UNION

Summary:

A wrapper type for foreign union values.

Inherits From:

foreign-struct

Description:

Foreign values of type union are encapsulated in objects of type foreign-union when returned by a method call or otherwise acquired by Lisp code through the Objective-C bridge.

For details on how to access the wrapped data and control finalisation behaviour, see the entry about the type foreign-value.

See also:

foreign-value-pointer, foreign-value-lisp-managed-p, foreign-value, foreign-struct