Class

com.thoughtworks.compute.OpenCL

CommandQueue

Related Doc: package OpenCL

Permalink

final case class CommandQueue[Owner <: Singleton with OpenCL](handle: Long) extends AnyVal with MonadicCloseable[UnitContinuation] with Product with Serializable

Source
OpenCL.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, MonadicCloseable[UnitContinuation], AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandQueue
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MonadicCloseable
  7. AnyVal
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommandQueue(handle: Long)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CommandQueue[Owner] to any2stringadd[CommandQueue[Owner]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CommandQueue[Owner], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CommandQueue[Owner] to ArrowAssoc[CommandQueue[Owner]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def deviceId: DeviceId[Owner]

    Permalink
  8. def ensuring(cond: (CommandQueue[Owner]) ⇒ Boolean, msg: ⇒ Any): CommandQueue[Owner]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CommandQueue[Owner] to Ensuring[CommandQueue[Owner]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (CommandQueue[Owner]) ⇒ Boolean): CommandQueue[Owner]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CommandQueue[Owner] to Ensuring[CommandQueue[Owner]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): CommandQueue[Owner]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CommandQueue[Owner] to Ensuring[CommandQueue[Owner]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): CommandQueue[Owner]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CommandQueue[Owner] to Ensuring[CommandQueue[Owner]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def flush(): Unit

    Permalink
  13. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CommandQueue[Owner] to StringFormat[CommandQueue[Owner]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  14. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  15. val handle: Long

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def monadicClose: UnitContinuation[Unit]

    Permalink
    Definition Classes
    CommandQueue → MonadicCloseable
  18. def [B](y: B): (CommandQueue[Owner], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CommandQueue[Owner] to ArrowAssoc[CommandQueue[Owner]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MonadicCloseable[UnitContinuation]

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from CommandQueue[Owner] to any2stringadd[CommandQueue[Owner]]

Inherited by implicit conversion StringFormat from CommandQueue[Owner] to StringFormat[CommandQueue[Owner]]

Inherited by implicit conversion Ensuring from CommandQueue[Owner] to Ensuring[CommandQueue[Owner]]

Inherited by implicit conversion ArrowAssoc from CommandQueue[Owner] to ArrowAssoc[CommandQueue[Owner]]

Ungrouped