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) 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 2290 of file opencl.hpp.
typedef cl_device_id cl::detail::Wrapper< cl_device_id >::cl_type |
Definition at line 2293 of file opencl.hpp.
|
inline |
Definition at line 2317 of file opencl.hpp.
|
inline |
Definition at line 2321 of file opencl.hpp.
|
inline |
Definition at line 2332 of file opencl.hpp.
|
inline |
Definition at line 2337 of file opencl.hpp.
|
inlinenoexcept |
Definition at line 2344 of file opencl.hpp.
|
inline |
Definition at line 2387 of file opencl.hpp.
|
inlinestaticprotected |
Definition at line 2299 of file opencl.hpp.
|
inline |
Definition at line 2385 of file opencl.hpp.
|
inline |
Definition at line 2383 of file opencl.hpp.
|
inline |
Definition at line 2375 of file opencl.hpp.
|
inline |
Definition at line 2352 of file opencl.hpp.
|
inline |
Definition at line 2363 of file opencl.hpp.
|
inlineprotected |
Definition at line 2406 of file opencl.hpp.
|
inlineprotected |
Definition at line 2396 of file opencl.hpp.
|
protected |
Definition at line 2296 of file opencl.hpp.
|
protected |
Definition at line 2297 of file opencl.hpp.