Contents (package MULK.OBJECTIVE-CL)


Standard Class FOREIGN-STRUCT

Summary:

A wrapper type for foreign struct values.

Inherits From:

foreign-value

Description:

Foreign values of type struct are encapsulated in objects of type foreign-struct 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-union