All Manuals > LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual > 2 Objective-C Reference

objc-unknown FLI Type Descriptor

Summary

A foreign type corresponding to '?' character in the type encoding of a method.

Package

objc

Syntax

objc-unknown

Description

The FLI type objc-unknown corresponds to '?' character in the type encoding of a method.

In general, you do not need to use this, but you may see it in the result of objc-class-method-signature.

Notes

At the time of writing objc-unknown is an alias for the FLI type :void.

See also

objc-class-method-signature


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 01 Dec 2021 19:38:32