basis.memory.Struct

Record4

final class Record4[T1, T2, T3, T4] extends Struct[(T1, T2, T3, T4)] with Reified4

A struct for 4-tuples of struct instances.

Linear Supertypes
Reified4, Struct[(T1, T2, T3, T4)], ClassTypeHint[(T1, T2, T3, T4)], TypeHint[(T1, T2, T3, T4)], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Record4
  2. Reified4
  3. Struct
  4. ClassTypeHint
  5. TypeHint
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Record4()(implicit T1: Struct[T1], T2: Struct[T2], T3: Struct[T3], T4: Struct[T4])

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. implicit val T1: Struct[T1]

    Attributes
    protected
    Definition Classes
    Record4 → Reified4
  7. implicit val T2: Struct[T2]

    Attributes
    protected
    Definition Classes
    Record4 → Reified4
  8. implicit val T3: Struct[T3]

    Attributes
    protected
    Definition Classes
    Record4 → Reified4
  9. implicit val T4: Struct[T4]

    Attributes
    protected
    Definition Classes
    Record4 → Reified4
  10. val 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
    Record4Struct
  11. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  20. def load(data: Data, address: Long): (T1, T2, T3, T4)

    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
    Record4Struct
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def newArray(length: Int): Array[(T1, T2, T3, T4)]

    Definition Classes
    Record4 → ClassTypeHint
  23. final def notify(): Unit

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

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

    Definition Classes
    Record4 → ClassTypeHint
  26. val 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
    Record4Struct
  27. def store(data: Data, address: Long, tuple: (T1, T2, T3, T4)): 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.

    Definition Classes
    Record4Struct
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    Record4 → ClassTypeHint → AnyRef → Any
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Reified4

Inherited from Struct[(T1, T2, T3, T4)]

Inherited from ClassTypeHint[(T1, T2, T3, T4)]

Inherited from TypeHint[(T1, T2, T3, T4)]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped