All Manuals > LispWorks Foreign Language Interface User Guide and Reference Manual > 5 Function and Macro Reference

NextPrevUpTopContentsIndex

define-foreign-forward-reference-type

Macro
Summary

Defines a FLI type specifier if it is not already defined.

Package

fli

Signature

define-foreign-forward-reference-type type-name lambda-list &body forms => type-name

Arguments

These are interpreted as in define-foreign-type.

Values

type-name

The name of the FLI type.

Description

The macro define-foreign-forward-reference-type defines a new FLI type called type-name , unless type-name is already defined. This macro is useful when a type declaration is needed but the full definition is not yet available.

See also

define-foreign-type
define-opaque-pointer


LispWorks Foreign Language Interface User Guide and Reference Manual - 7 Dec 2011

NextPrevUpTopContentsIndex