OpenCL C++ Bindings
|
Public Types | |
typedef cl_device_id | cl_type |
Public Member Functions | |
Wrapper (const cl_type &obj, bool retainObject) | |
Wrapper (const Wrapper< cl_type > &rhs) | |
Wrapper (Wrapper< cl_type > &&rhs) CL_HPP_NOEXCEPT_ | |
Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
Wrapper< cl_type > & | operator= (Wrapper< cl_type > &&rhs) |
Wrapper< cl_type > & | operator= (const cl_type &rhs) |
const cl_type & | operator() () const |
cl_type & | operator() () |
cl_type | get () const |
Protected Member Functions | |
cl_int | retain () const |
cl_int | release () const |
Static Protected Member Functions | |
static bool | isReferenceCountable (cl_device_id device) |
Protected Attributes | |
cl_type | object_ |
bool | referenceCountable_ |
Definition at line 1945 of file opencl.hpp.
typedef cl_device_id cl::detail::Wrapper< cl_device_id >::cl_type |
Definition at line 1948 of file opencl.hpp.
|
inline |
Definition at line 1974 of file opencl.hpp.
|
inline |
Definition at line 1978 of file opencl.hpp.
|
inline |
Definition at line 1989 of file opencl.hpp.
|
inline |
Definition at line 1994 of file opencl.hpp.
|
inline |
Definition at line 2001 of file opencl.hpp.
|
inline |
Definition at line 2044 of file opencl.hpp.
|
inlinestaticprotected |
Definition at line 1954 of file opencl.hpp.
|
inline |
Definition at line 2042 of file opencl.hpp.
|
inline |
Definition at line 2040 of file opencl.hpp.
|
inline |
Definition at line 2032 of file opencl.hpp.
|
inline |
Definition at line 2009 of file opencl.hpp.
|
inline |
Definition at line 2020 of file opencl.hpp.
|
inlineprotected |
Definition at line 2063 of file opencl.hpp.
|
inlineprotected |
Definition at line 2053 of file opencl.hpp.
|
protected |
Definition at line 1951 of file opencl.hpp.
|
protected |
Definition at line 1952 of file opencl.hpp.