toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi
/
FFIDelegateFFIPointerPropertyT
FFIDelegate
FFIPointer
Property
T
inline
class
FFIDelegateFFIPointerPropertyT
<
T
>
(
val
offset
:
Int
)
Members
Constructors
FFIDelegate
FFIPointer
Property
T
Link copied to clipboard
constructor
(
offset
:
Int
)
Properties
offset
Link copied to clipboard
val
offset
:
Int
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
)
:
FFITypedPointer
<
T
>
?
set
Value
Link copied to clipboard
operator
fun
setValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
,
i
:
FFITypedPointer
<
T
>
?
)