OpenCL C++ Bindings
|
Public Types | |
typedef T | 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 |
Protected Attributes | |
cl_type | object_ |
Friends | |
template<typename Func , typename U > | |
cl_int | getInfoHelper (Func, cl_uint, U *, int, typename U::cl_type) |
Definition at line 2064 of file opencl.hpp.
typedef T cl::detail::Wrapper< T >::cl_type |
Definition at line 2067 of file opencl.hpp.
|
inline |
Definition at line 2073 of file opencl.hpp.
|
inline |
Definition at line 2075 of file opencl.hpp.
|
inline |
Definition at line 2082 of file opencl.hpp.
|
inline |
Definition at line 2087 of file opencl.hpp.
|
inline |
Definition at line 2093 of file opencl.hpp.
|
inline |
Definition at line 2130 of file opencl.hpp.
|
inline |
Definition at line 2128 of file opencl.hpp.
|
inline |
Definition at line 2126 of file opencl.hpp.
|
inline |
Definition at line 2119 of file opencl.hpp.
|
inline |
Definition at line 2099 of file opencl.hpp.
|
inline |
Definition at line 2109 of file opencl.hpp.
|
inlineprotected |
Definition at line 2146 of file opencl.hpp.
|
inlineprotected |
Definition at line 2136 of file opencl.hpp.
|
protected |
Definition at line 2070 of file opencl.hpp.