CPointed

abstract class CPointed(rawPtr: NativePtr) : NativePointed

C data or code.

Constructors

CPointed
Link copied to clipboard
fun CPointed(rawPtr: NativePtr)

Properties

rawPtr
Link copied to clipboard
var rawPtr: NativePtr

Inheritors

COpaque
Link copied to clipboard
CVariable
Link copied to clipboard
CFunction
Link copied to clipboard

Extensions

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