executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
elf
/
space.iseki.executables.elf
/
Elf64Xword
Elf64Xword
@
JvmInline
@
Serializable
value
class
Elf64Xword
(
val
value
:
ULong
)
:
Primitive
,
Comparable
<
Elf64Xword
>
(
source
)
Represents a 64-bit unsigned integer in ELF format. Equivalent to uint64_t in C.
Members
Constructors
Elf64Xword
Link copied to clipboard
constructor
(
value
:
ULong
)
Properties
value
Link copied to clipboard
val
value
:
ULong
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
:
Elf64Xword
)
:
Int