|
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) 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 2214 of file opencl.hpp.
| typedef T cl::detail::Wrapper< T >::cl_type |
Definition at line 2217 of file opencl.hpp.
|
inline |
Definition at line 2223 of file opencl.hpp.
|
inline |
Definition at line 2225 of file opencl.hpp.
|
inline |
Definition at line 2232 of file opencl.hpp.
|
inline |
Definition at line 2237 of file opencl.hpp.
|
inlinenoexcept |
Definition at line 2243 of file opencl.hpp.
|
inline |
Definition at line 2280 of file opencl.hpp.
|
inline |
Definition at line 2278 of file opencl.hpp.
|
inline |
Definition at line 2276 of file opencl.hpp.
|
inline |
Definition at line 2269 of file opencl.hpp.
|
inline |
Definition at line 2249 of file opencl.hpp.
|
inline |
Definition at line 2259 of file opencl.hpp.
|
inlineprotected |
Definition at line 2296 of file opencl.hpp.
|
inlineprotected |
Definition at line 2286 of file opencl.hpp.
|
protected |
Definition at line 2220 of file opencl.hpp.