basis.memory.Struct

PaddedInt

implicit object PaddedInt extends Struct[Int]

An aligned Int struct.

Linear Supertypes
Struct[Int], ClassTypeHint[Int], TypeHint[Int], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PaddedInt
  2. Struct
  3. ClassTypeHint
  4. TypeHint
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def alignment: Long

    Returns the power-of-two alignment of this struct's frame.

    Returns the power-of-two alignment of this struct's frame. This alignment must evenly divide all storage addresses used for values of this type.

    Definition Classes
    PaddedIntStruct
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def canEqual(other: Any): Boolean

    Definition Classes
    ClassTypeHint → Equals
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean

    Definition Classes
    ClassTypeHint → Equals → AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    ClassTypeHint → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def load(data: Data, address: Long): Int

    Loads a struct instance from data.

    Loads a struct instance from data.

    data

    the data to load from.

    address

    the aligned address in data to load from.

    returns

    the loaded instance.

    Definition Classes
    PaddedIntStruct
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def newArray(length: Int): Array[Int]

    Definition Classes
    PaddedInt → ClassTypeHint
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def runtimeClass: Class[_]

    Definition Classes
    PaddedInt → ClassTypeHint
  22. def size: Long

    Returns the size in bytes of this struct's frame.

    Returns the size in bytes of this struct's frame. The struct's alignment must evenly divide this size.

    Definition Classes
    PaddedIntStruct
  23. def store(data: Data, address: Long, value: Int): Unit

    Stores a struct instance as data.

    Stores a struct instance as data.

    data

    the data to store to.

    address

    the aligned address in data to store to.

    value

    the instance to store.

    Definition Classes
    PaddedIntStruct
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    PaddedInt → ClassTypeHint → AnyRef → Any
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Struct[Int]

Inherited from ClassTypeHint[Int]

Inherited from TypeHint[Int]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped