ByteVarOf

class ByteVarOf<T : Byte>(rawPtr: NativePtr) : CPrimitiveVar

Constructors

Link copied to clipboard
fun ByteVarOf(rawPtr: NativePtr)

Types

Link copied to clipboard

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.

Link copied to clipboard
var <T : Byte> ByteVarOf<T>.value: T