stdlib
1.4
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Native
stdlib
/
kotlinx.cinterop
/
ManagedType
Managed
Type
Native
abstract
class
ManagedType
<
T
:
CStructVar
>
(
val
cpp
:
T
)
(
source
)
Since Kotlin
1.3
Constructors
Properties
Extensions
Constructors
Managed
Type
Link copied to clipboard
Native
fun
<
T
:
CStructVar
>
ManagedType
(
cpp
:
T
)
Properties
cpp
Link copied to clipboard
Native
val
cpp
:
T
Since Kotlin
1.3
Extensions
ptr
Link copied to clipboard
Native
val
<
T
:
CStructVar
>
ManagedType
<
T
>
.
ptr
:
CPointer
<
T
>
Since Kotlin
1.3