kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop
/
CPointerVarOf
CPointer
Var
Of
Native
class
CPointerVarOf
<
T
:
CPointer
<
*
>
>
(
rawPtr
:
NativePtr
)
:
CVariable
Content copied to clipboard
Types
Properties
Extensions
Types
Companion
Link copied to clipboard
Native
object
Companion
:
CVariable.Type
Content copied to clipboard
Properties
rawPtr
Link copied to clipboard
Native
var
rawPtr
:
NativePtr
Content copied to clipboard
Extensions
pointed
Link copied to clipboard
Native
var
<
T
:
CPointed
,
P
:
CPointer
<
T
>
>
CPointerVarOf
<
P
>
.
pointed
:
T
?
Content copied to clipboard
The code or data pointed by the value of this variable.
value
Link copied to clipboard
Native
var
<
P
:
CPointer
<
*
>
>
CPointerVarOf
<
P
>
.
value
:
P
?
Content copied to clipboard
The value of this variable.