toggle menu
flatInvoker
common
switch theme
search in API
flatbuffers-kotlin
/
com.google.flatbuffers.kotlin
/
Offset
Offset
@
JvmInline
value
class
Offset
<
T
>
(
val
value
:
Int
)
Represents a "pointer" to a pointer types (table, string, struct) within the buffer
Members
Members & Extensions
Constructors
Offset
Link copied to clipboard
constructor
(
value
:
Int
)
Properties
value
Link copied to clipboard
val
value
:
Int
Functions
minus
Link copied to clipboard
operator
fun
<
T
>
Offset
<
T
>
.
minus
(
other
:
Int
)
:
Offset
<
T
>
to
Union
Link copied to clipboard
fun
toUnion
(
)
:
UnionOffset