trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
jni
native
web
Target filter
common
jni
native
web
Switch theme
Search in API
Skip to content
trixnity
trixnity-vodozemac
/
de.connect2x.trixnity.vodozemac.utils
Package-level
declarations
Types
Functions
Properties
Types
Interop
Pointer
Link copied to clipboard
common
jni
native
web
expect
class
InteropPointer
actual
typealias
InteropPointer
=
Any
typealias
InteropPointer
=
Any
actual
typealias
InteropPointer
=
NativePtr
typealias
InteropPointer
=
NativePtr
actual
typealias
InteropPointer
=
Int
typealias
InteropPointer
=
Int
Managed
Link copied to clipboard
common
jni
native
web
expect
abstract
class
Managed
:
Native
,
AutoCloseable
actual
abstract
class
Managed
:
Native
,
AutoCloseable
actual
abstract
class
Managed
:
Native
,
AutoCloseable
actual
abstract
class
Managed
:
Native
,
AutoCloseable
Native
Link copied to clipboard
abstract
class
Native
(
ptr
:
NativePointer
)
Native
Pointer
Link copied to clipboard
common
jni
native
web
expect
class
NativePointer
actual
typealias
NativePointer
=
Long
typealias
NativePointer
=
Long
actual
typealias
NativePointer
=
Long
typealias
NativePointer
=
Long
actual
typealias
NativePointer
=
Int
typealias
NativePointer
=
Int
Native
Pointer
Array
Link copied to clipboard
common
jni
native
web
expect
class
NativePointerArray
(
size
:
Int
)
actual
typealias
NativePointerArray
=
LongArray
typealias
NativePointerArray
=
LongArray
actual
typealias
NativePointerArray
=
LongArray
typealias
NativePointerArray
=
LongArray
actual
typealias
NativePointerArray
=
IntArray
typealias
NativePointerArray
=
IntArray
Properties
int
Value
Link copied to clipboard
common
jni
native
web
expect
val
NativePointer
.
intValue
:
Int
actual
val
NativePointer
.
intValue
:
Int
actual
val
NativePointer
.
intValue
:
Int
actual
val
NativePointer
.
intValue
:
Int
long
Value
Link copied to clipboard
common
jni
native
web
expect
val
NativePointer
.
longValue
:
Long
actual
val
NativePointer
.
longValue
:
Long
actual
val
NativePointer
.
longValue
:
Long
actual
val
NativePointer
.
longValue
:
Long
null
Ptr
Link copied to clipboard
common
jni
native
web
expect
val
nullPtr
:
NativePointer
actual
val
nullPtr
:
NativePointer
actual
val
nullPtr
:
NativePointer
actual
val
nullPtr
:
NativePointer
ptr
Size
Link copied to clipboard
common
jni
native
web
expect
val
ptrSize
:
Int
actual
val
ptrSize
:
Int
actual
val
ptrSize
:
Int
actual
val
ptrSize
:
Int
Functions
as
Ptr
Sequence
Link copied to clipboard
common
jni
native
web
expect
fun
NativePointerArray
.
asPtrSequence
(
)
:
Sequence
<
NativePointer
>
actual
fun
NativePointerArray
.
asPtrSequence
(
)
:
Sequence
<
NativePointer
>
actual
fun
NativePointerArray
.
asPtrSequence
(
)
:
Sequence
<
NativePointer
>
actual
fun
NativePointerArray
.
asPtrSequence
(
)
:
Sequence
<
NativePointer
>
component1
Link copied to clipboard
operator
fun
NativePointerArray
.
component1
(
)
:
NativePointer
component2
Link copied to clipboard
operator
fun
NativePointerArray
.
component2
(
)
:
NativePointer
component3
Link copied to clipboard
operator
fun
NativePointerArray
.
component3
(
)
:
NativePointer
component4
Link copied to clipboard
operator
fun
NativePointerArray
.
component4
(
)
:
NativePointer
component5
Link copied to clipboard
operator
fun
NativePointerArray
.
component5
(
)
:
NativePointer
component6
Link copied to clipboard
operator
fun
NativePointerArray
.
component6
(
)
:
NativePointer
format
Link copied to clipboard
common
jni
native
web
expect
fun
NativePointer
.
format
(
)
:
String
actual
fun
NativePointer
.
format
(
)
:
String
actual
fun
NativePointer
.
format
(
)
:
String
actual
fun
NativePointer
.
format
(
)
:
String
map
Link copied to clipboard
inline
fun
<
R
>
NativePointerArray
.
map
(
transform
:
(
NativePointer
)
->
R
)
:
List
<
R
>