OpenCL C++ Bindings
|
This is the complete list of members for cl::Pipe, including all inherited members.
getInfo(cl_pipe_info name, T *param) const | cl::Pipe | inline |
getInfo(cl_int *err=NULL) const | cl::Pipe | inline |
cl::Memory::getInfo(cl_mem_info name, T *param) const | cl::Memory | inline |
Memory() | cl::Memory | inline |
Memory(const cl_mem &memory, bool retainObject) | cl::Memory | inlineexplicit |
Memory(const Memory &mem) | cl::Memory | inline |
Memory(Memory &&mem) CL_HPP_NOEXCEPT_ | cl::Memory | inline |
operator=(const cl_mem &rhs) | cl::Pipe | inline |
operator=(const Pipe &pipe) | cl::Pipe | inline |
operator=(Pipe &&pipe) | cl::Pipe | inline |
cl::Memory::operator=(const Memory &mem) | cl::Memory | inline |
cl::Memory::operator=(Memory &&mem) | cl::Memory | inline |
Pipe(const Context &context, cl_uint packet_size, cl_uint max_packets, cl_int *err=NULL) | cl::Pipe | inline |
Pipe(cl_uint packet_size, cl_uint max_packets, cl_int *err=NULL) | cl::Pipe | inline |
Pipe() | cl::Pipe | inline |
Pipe(const cl_mem &pipe, bool retainObject=false) | cl::Pipe | inlineexplicit |
Pipe(const Pipe &pipe) | cl::Pipe | inline |
Pipe(Pipe &&pipe) CL_HPP_NOEXCEPT_ | cl::Pipe | inline |
setDestructorCallback(void(CL_CALLBACK *pfn_notify)(cl_mem, void *), void *user_data=NULL) | cl::Memory | inline |