CPointerVarOf

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

Types

Companion
Link copied to clipboard
object Companion : CVariable.Type

Properties

rawPtr
Link copied to clipboard
var rawPtr: NativePtr

Extensions

pointed
Link copied to clipboard
var <T : CPointed, P : CPointer<T>> CPointerVarOf<P>.pointed: T?

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

value
Link copied to clipboard
var <P : CPointer<*>> CPointerVarOf<P>.value: P?

The value of this variable.