CPointerVarOf

class CPointerVarOf<T : CPointer<*>>(rawPtr: NativePtr) : CVariable

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Properties

Link copied to clipboard
var rawPtr: NativePtr

Extensions

Link copied to clipboard
Link copied to clipboard

The code or data pointed by the value of this variable.

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.

Link copied to clipboard

The value of this variable.