executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
elf
/
space.iseki.executables.elf
/
ElfData
Elf
Data
@
JvmInline
@
Serializable
(
with
=
ElfData.Serializer::class
)
value
class
ElfData
(
val
value
:
Byte
)
:
Comparable
<
ElfData
>
Type for C enum ElfData
Raw type:
Byte
Members
Constructors
Elf
Data
Link copied to clipboard
constructor
(
value
:
Byte
)
Types
Companion
Link copied to clipboard
object
Companion
Constants
Link copied to clipboard
object
Constants
Properties
value
Link copied to clipboard
val
value
:
Byte
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
ElfData
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String