korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-ffi-legacy
/
korlibs.ffi.osx
/
StructObjcType
Struct
Objc
Type
data
class
StructObjcType
(
val
strName
:
String
,
val
types
:
List
<
ObjcType
>
)
:
ObjcType
Members
Constructors
Struct
Objc
Type
Link copied to clipboard
constructor
(
strName
:
String
,
types
:
List
<
ObjcType
>
)
Properties
str
Name
Link copied to clipboard
val
strName
:
String
types
Link copied to clipboard
val
types
:
List
<
ObjcType
>
Functions
to
Kotlin
String
Link copied to clipboard
open
override
fun
toKotlinString
(
)
:
String