abstract class COpaque : CPointed
The CPointed without any specified interpretation.
Returns the pointer to this data or code.
val <T : CPointed> T.ptr: CPointer<T>
val NativePointed?.rawPtr: NativePtr
fun NativePointed.getRawPointer(): NativePtr
fun <T : CVariable> CPointed.readValue( size: Long, align: Int ): CValue<T>
fun <T : CVariable> CPointed.readValues( size: Int, align: Int ): CValues<T>
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlinx.cinterop/-c-opaque/index.html