MachoFlags

value class MachoFlags(val value: Int) : Set<MachoFlags>

Type for C flag-set MachoFlags

Raw type: Int

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Constants

Properties

Link copied to clipboard
open override val size: Int
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open operator override fun contains(element: MachoFlags): Boolean
Link copied to clipboard
open override fun containsAll(elements: Collection<MachoFlags>): Boolean
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
open operator override fun iterator(): Iterator<MachoFlags>
Link copied to clipboard
infix fun or(bit: MachoFlags): MachoFlags

Returns a new ElfPFlags with the specified bit set to true

Link copied to clipboard
operator fun plus(bit: MachoFlags): MachoFlags

Returns a new MachoFlags with the specified bit set to true

Link copied to clipboard
open override fun toString(): String