FFIFunctionRef

class FFIFunctionRef<T : Function<*>>(val func: T) : AutoCloseable

Constructors

Link copied to clipboard
constructor(func: T)

Properties

Link copied to clipboard
var closer: () -> Unit?
Link copied to clipboard
val func: T
Link copied to clipboard
var slot: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun allocIn(slots: Array<FFIFunctionRef<T>?>): Int
Link copied to clipboard
open override fun close()