final class CStruct5[T1, T2, T3, T4, T5] extends CStruct

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CStruct5
  2. CStruct
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _1(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): T1

    Load a value of a field number 1.

    Load a value of a field number 1.

    Annotations
    @alwaysinline()
  5. def _1_=(value: T1)(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): Unit

    Store a value to a field number 1.

    Store a value to a field number 1.

    Annotations
    @alwaysinline()
  6. def _2(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): T2

    Load a value of a field number 2.

    Load a value of a field number 2.

    Annotations
    @alwaysinline()
  7. def _2_=(value: T2)(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): Unit

    Store a value to a field number 2.

    Store a value to a field number 2.

    Annotations
    @alwaysinline()
  8. def _3(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): T3

    Load a value of a field number 3.

    Load a value of a field number 3.

    Annotations
    @alwaysinline()
  9. def _3_=(value: T3)(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): Unit

    Store a value to a field number 3.

    Store a value to a field number 3.

    Annotations
    @alwaysinline()
  10. def _4(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): T4

    Load a value of a field number 4.

    Load a value of a field number 4.

    Annotations
    @alwaysinline()
  11. def _4_=(value: T4)(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): Unit

    Store a value to a field number 4.

    Store a value to a field number 4.

    Annotations
    @alwaysinline()
  12. def _5(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): T5

    Load a value of a field number 5.

    Load a value of a field number 5.

    Annotations
    @alwaysinline()
  13. def _5_=(value: T5)(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): Unit

    Store a value to a field number 5.

    Store a value to a field number 5.

    Annotations
    @alwaysinline()
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def at1(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): Ptr[T1]

    Load a value of a field number 1.

    Load a value of a field number 1.

    Annotations
    @alwaysinline()
  16. def at2(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): Ptr[T2]

    Load a value of a field number 2.

    Load a value of a field number 2.

    Annotations
    @alwaysinline()
  17. def at3(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): Ptr[T3]

    Load a value of a field number 3.

    Load a value of a field number 3.

    Annotations
    @alwaysinline()
  18. def at4(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): Ptr[T4]

    Load a value of a field number 4.

    Load a value of a field number 4.

    Annotations
    @alwaysinline()
  19. def at5(implicit tag: Tag.CStruct5[T1, T2, T3, T4, T5]): Ptr[T5]

    Load a value of a field number 5.

    Load a value of a field number 5.

    Annotations
    @alwaysinline()
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(other: Any): Boolean
    Definition Classes
    CStruct5 → AnyRef → Any
    Annotations
    @alwaysinline()
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    CStruct5 → AnyRef → Any
    Annotations
    @alwaysinline()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toPtr: Ptr[CStruct5[T1, T2, T3, T4, T5]]
    Annotations
    @alwaysinline()
  32. def toString(): String
    Definition Classes
    CStruct5 → AnyRef → Any
    Annotations
    @alwaysinline()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from CStruct

Inherited from AnyRef

Inherited from Any

Ungrouped