foreign-functions classes (original) (raw)
- dummy-forward-struct
- foreign-pointer
- function-pointer
- long-double
- long-long
- strings-convert-def-warning
- unsigned-long-long
dummy-forward-struct
Class, foreign-functions package
This class is used in the Cbind facility. See <cbind-intro.html> for information on that facility.
foreign-pointer
Class, foreign-functions package
foreign-pointer
is a CLOS class. A foreign pointer instance is one that wraps a 32-bit unsigned-value (normally a C pointer, but it could be any unsigned integer).
See make-foreign-pointer. See also <foreign-functions.html>.
function-pointer
Class, foreign-functions package
This class is used in the Cbind facility. See <cbind-intro.html> for information on that facility.
long-double
Class, foreign-functions package
This class is used in the Cbind facility. See <cbind-intro.html> for information on that facility.
long-long
Class, foreign-functions package
This class is used in the Cbind facility. See <cbind-intro.html> for information on that facility.
strings-convert-def-warning
Class, foreign-functions package
The class of the condition signaled when there are arguments specified to def-foreign-call of type (* :char)
and the strings-convert is true. See Foreign-Functions in <iacl.html> for full details and examples.
See also <foreign-functions.html>.
unsigned-long-long
Class, foreign-functions package
This class is used in the Cbind facility. See <cbind-intro.html> for information on that facility.
Copyright (c) Franz Inc. Lafayette, CA., USA. All rights reserved.