Bitmap

open class Bitmap


A class to make it simple to get/set boolean flags without dealing with Logic

Summary

Public constructors

Bitmap(value: ULong)

Public functions

open operator Boolean
equals(other: Any?)
operator Boolean
get(flag: ULong)

Get the flag as a bool.

open Int
open String

Public properties

open ULong

Public constructors

Bitmap

Bitmap(value: ULong)

Public functions

equals

open operator fun equals(other: Any?): Boolean

get

operator fun get(flag: ULong): Boolean

Get the flag as a bool.

Example: if(bm16UL) ...

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

value

open val valueULong