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