Arch

enum Arch : Enum<Arch>

Architecture

Entries

Link copied to clipboard
Link copied to clipboard

32-bit x86

Link copied to clipboard

64-bit x86_64

Link copied to clipboard

32-bit ARM

Link copied to clipboard

64-bit ARM

Link copied to clipboard

32-bit MIPS

Link copied to clipboard

32-bit MIPS Little Endian

Link copied to clipboard

64-bit MIPS

Link copied to clipboard

64-bit MIPS Little Endian

Link copied to clipboard

32-bit WebAssembly

Link copied to clipboard

64-bit PowerPC

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bits: Int
Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

Whether this architecture is 32-bit

Link copied to clipboard

Whether this architecture is 64-bit

Link copied to clipboard
Link copied to clipboard

Whether this architecture is ARM

Link copied to clipboard

Whether this architecture is ARM64

Link copied to clipboard
Link copied to clipboard

Whether this architecture is MIPS

Link copied to clipboard

Whether this architecture is MIPS64

Link copied to clipboard

Whether this architecture is MIPS Little Endian

Link copied to clipboard

Whether this architecture is MIPS Little Endian

Link copied to clipboard
Link copied to clipboard

Whether this architecture is PowerPC

Link copied to clipboard
Link copied to clipboard

Whether this architecture is WebAssembly

Link copied to clipboard

Whether this architecture is x86_64

Link copied to clipboard

Whether this architecture is x86

Link copied to clipboard
Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard
fun valueOf(value: String): Arch

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<Arch>

Returns an array containing the constants of this enum type, in the order they're declared.