com
.
thoughtworks
.
compute
.
OpenCL
DeviceId
Related Doc:
package OpenCL
final
case class
DeviceId
[
Owner <:
Singleton
with
OpenCL
]
(
handle:
Long
)
extends
AnyVal
with
Product
with
Serializable
Source
OpenCL.scala
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyVal
,
Any
Type Hierarchy
DeviceId[Owner]
AnyVal
Product
Serializable
Ordering
Alphabetic
By Inheritance
Inherited
DeviceId
Serializable
Serializable
Product
Equals
AnyVal
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
DeviceId
(
handle:
Long
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
DeviceId
[
Owner
] to
any2stringadd
[
DeviceId
[
Owner
]] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
DeviceId
[
Owner
],
B
)
Implicit information
This member is added by an implicit conversion from
DeviceId
[
Owner
] to
ArrowAssoc
[
DeviceId
[
Owner
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
deviceType
:
Long
def
ensuring
(
cond: (
DeviceId
[
Owner
]) ⇒
Boolean
,
msg: ⇒
Any
)
:
DeviceId
[
Owner
]
Implicit information
This member is added by an implicit conversion from
DeviceId
[
Owner
] to
Ensuring
[
DeviceId
[
Owner
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
DeviceId
[
Owner
]) ⇒
Boolean
)
:
DeviceId
[
Owner
]
Implicit information
This member is added by an implicit conversion from
DeviceId
[
Owner
] to
Ensuring
[
DeviceId
[
Owner
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
DeviceId
[
Owner
]
Implicit information
This member is added by an implicit conversion from
DeviceId
[
Owner
] to
Ensuring
[
DeviceId
[
Owner
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
DeviceId
[
Owner
]
Implicit information
This member is added by an implicit conversion from
DeviceId
[
Owner
] to
Ensuring
[
DeviceId
[
Owner
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
DeviceId
[
Owner
] to
StringFormat
[
DeviceId
[
Owner
]] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
val
handle
:
Long
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
maxComputeUnits
:
Int
def
maxWorkGroupSize
:
Long
def
maxWorkItemSizes
:
Seq
[
Long
]
def
→
[
B
]
(
y:
B
)
: (
DeviceId
[
Owner
],
B
)
Implicit information
This member is added by an implicit conversion from
DeviceId
[
Owner
] to
ArrowAssoc
[
DeviceId
[
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
AnyVal
Inherited from
Any
Inherited by implicit conversion any2stringadd from
DeviceId
[
Owner
] to
any2stringadd
[
DeviceId
[
Owner
]]
Inherited by implicit conversion StringFormat from
DeviceId
[
Owner
] to
StringFormat
[
DeviceId
[
Owner
]]
Inherited by implicit conversion Ensuring from
DeviceId
[
Owner
] to
Ensuring
[
DeviceId
[
Owner
]]
Inherited by implicit conversion ArrowAssoc from
DeviceId
[
Owner
] to
ArrowAssoc
[
DeviceId
[
Owner
]]
Ungrouped