CStructVar

abstract class CStructVar(rawPtr: NativePtr) : CVariable

The C struct-typed variable located in memory.

Constructors

Link copied to clipboard
fun CStructVar(rawPtr: NativePtr)

Types

Link copied to clipboard
open class Type(val size: Long, val align: Int) : CVariable.Type

Properties

Link copied to clipboard
var rawPtr: NativePtr

Extensions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : CPointed> CStructVar.memberAt(offset: Long): T

Returns the member of this CStructVar which is located by given offset in bytes.

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.