CFunction

class CFunction<T : Function<*>>(rawPtr: NativePtr) : CPointed

The C function.

Constructors

Link copied to clipboard
fun CFunction(rawPtr: NativePtr)

Properties

Link copied to clipboard
var rawPtr: NativePtr

Extensions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : CVariable> CPointed.readValue(size: Long, align: Int): CValue<T>
Link copied to clipboard
fun <T : CVariable> CPointed.readValues(size: Int, align: Int): CValues<T>
Link copied to clipboard

Changes the interpretation of the pointed data or code.