NextPrevUpTopContentsIndex

:reference-pass

FLI type descriptor
Summary

Passes an object from Lisp to the foreign language by reference.

Package

fli

Syntax

:reference-pass type &key allow-null

Arguments

type

The type of the object to pass by reference.

allow-null

If non- nil , if the input argument is nil a null pointer is passed instead of a reference to an object containing nil .

Description

The FLI :reference-pass type is a shorthand for :reference with lisp-to-foreign-p set to t and foreign-to-lisp-p set to nil . See :reference for more details.

See also

:reference
:reference-return


LispWorks Foreign Language Interface User Guide and Reference Manual - 27 Mar 2005

NextPrevUpTopContentsIndex