basis.memory.Struct

Record2

final class Record2[T1, T2] extends Struct[(T1, T2)] with Reified2

A struct for 2-tuples of struct instances.

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

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

    Attributes
    protected
    Definition Classes
    Record2 → Reified2
  8. 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
    Record2Struct
  9. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Record2 → ClassTypeHint
  21. final def notify(): Unit

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

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

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    Record2 → ClassTypeHint → AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Reified2

Inherited from Struct[(T1, T2)]

Inherited from ClassTypeHint[(T1, T2)]

Inherited from TypeHint[(T1, T2)]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped