basis.memory.Struct

Record3

final class Record3[T1, T2, T3] extends Struct[(T1, T2, T3)] with Reified3

A struct for 3-tuples of struct instances.

Linear Supertypes
Reified3, Struct[(T1, T2, T3)], ClassTypeHint[(T1, T2, T3)], TypeHint[(T1, T2, T3)], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Record3
  2. Reified3
  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 Record3()(implicit T1: Struct[T1], T2: Struct[T2], T3: Struct[T3])

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
    Record3 → Reified3
  7. implicit val T2: Struct[T2]

    Attributes
    protected
    Definition Classes
    Record3 → Reified3
  8. implicit val T3: Struct[T3]

    Attributes
    protected
    Definition Classes
    Record3 → Reified3
  9. 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
    Record3Struct
  10. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Record3 → ClassTypeHint
  22. final def notify(): Unit

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

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

    Definition Classes
    Record3 → ClassTypeHint
  25. 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
    Record3Struct
  26. def store(data: Data, address: Long, tuple: (T1, T2, T3)): 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
    Record3Struct
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    Record3 → ClassTypeHint → AnyRef → Any
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Reified3

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

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

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

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped