korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-ffi
/
korlibs.ffi.api
/
FFIFunctionRef
FFIFunction
Ref
class
FFIFunctionRef
<
T
:
Function
<
*
>
>
(
val
func
:
T
)
:
AutoCloseable
Members
Constructors
FFIFunction
Ref
Link copied to clipboard
constructor
(
func
:
T
)
Properties
closer
Link copied to clipboard
var
closer
:
(
)
->
Unit
?
func
Link copied to clipboard
val
func
:
T
slot
Link copied to clipboard
var
slot
:
Int
slots
Link copied to clipboard
var
slots
:
Array
<
FFIFunctionRef
<
T
>
?
>
?
Functions
alloc
In
Link copied to clipboard
fun
allocIn
(
slots
:
Array
<
FFIFunctionRef
<
T
>
?
>
)
:
Int
close
Link copied to clipboard
open
override
fun
close
(
)