executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
elf
/
space.iseki.executables.elf
/
Elf64Half
Elf64Half
@
JvmInline
@
Serializable
value
class
Elf64Half
(
val
value
:
UShort
)
:
Primitive
,
Comparable
<
Elf64Half
>
(
source
)
Represents a 16-bit unsigned integer in ELF format. Equivalent to uint16_t in C.
Members
Constructors
Elf64Half
Link copied to clipboard
constructor
(
value
:
UShort
)
Properties
value
Link copied to clipboard
val
value
:
UShort
Functions
cast
To
Byte
Link copied to clipboard
open
fun
castToByte
(
)
:
Byte
cast
To
Int
Link copied to clipboard
open
fun
castToInt
(
)
:
Int
cast
To
Long
Link copied to clipboard
open
fun
castToLong
(
)
:
Long
cast
To
Short
Link copied to clipboard
open
fun
castToShort
(
)
:
Short
cast
To
UByte
Link copied to clipboard
open
fun
castToUByte
(
)
:
UByte
cast
To
UInt
Link copied to clipboard
open
fun
castToUInt
(
)
:
UInt
cast
To
ULong
Link copied to clipboard
open
fun
castToULong
(
)
:
ULong
cast
To
UShort
Link copied to clipboard
open
fun
castToUShort
(
)
:
UShort
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Elf64Half
)
:
Int