Lines Matching defs:move
1044 *param = std::move(localData);
2166 /*! \brief Move constructor to forward move to the superclass correctly.
2169 Device(Device&& dev) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(dev)) {}
2171 /*! \brief Move assignment to forward move to the superclass correctly.
2176 detail::Wrapper<cl_type>::operator=(std::move(dev));
2956 /*! \brief Move constructor to forward move to the superclass correctly.
2959 Context(Context&& ctx) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(ctx)) {}
2961 /*! \brief Move assignment to forward move to the superclass correctly.
2966 detail::Wrapper<cl_type>::operator=(std::move(ctx));
3363 /*! \brief Move constructor to forward move to the superclass correctly.
3366 Memory(Memory&& mem) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(mem)) {}
3368 /*! \brief Move assignment to forward move to the superclass correctly.
3373 detail::Wrapper<cl_type>::operator=(std::move(mem));
3967 /*! \brief Move constructor to forward move to the superclass correctly.
3970 Buffer(Buffer&& buf) CL_HPP_NOEXCEPT_ : Memory(std::move(buf)) {}
3972 /*! \brief Move assignment to forward move to the superclass correctly.
3977 Memory::operator=(std::move(buf));
4104 /*! \brief Move constructor to forward move to the superclass correctly.
4107 BufferD3D10(BufferD3D10&& buf) CL_HPP_NOEXCEPT_ : Buffer(std::move(buf)) {}
4109 /*! \brief Move assignment to forward move to the superclass correctly.
4114 Buffer::operator=(std::move(buf));
4192 /*! \brief Move constructor to forward move to the superclass correctly.
4195 BufferGL(BufferGL&& buf) CL_HPP_NOEXCEPT_ : Buffer(std::move(buf)) {}
4197 /*! \brief Move assignment to forward move to the superclass correctly.
4202 Buffer::operator=(std::move(buf));
4289 /*! \brief Move constructor to forward move to the superclass correctly.
4292 BufferRenderGL(BufferRenderGL&& buf) CL_HPP_NOEXCEPT_ : Buffer(std::move(buf)) {}
4294 /*! \brief Move assignment to forward move to the superclass correctly.
4299 Buffer::operator=(std::move(buf));
4360 /*! \brief Move constructor to forward move to the superclass correctly.
4363 Image(Image&& img) CL_HPP_NOEXCEPT_ : Memory(std::move(img)) {}
4365 /*! \brief Move assignment to forward move to the superclass correctly.
4370 Memory::operator=(std::move(img));
4480 /*! \brief Move constructor to forward move to the superclass correctly.
4483 Image1D(Image1D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {}
4485 /*! \brief Move assignment to forward move to the superclass correctly.
4490 Image::operator=(std::move(img));
4564 /*! \brief Move constructor to forward move to the superclass correctly.
4567 Image1DBuffer(Image1DBuffer&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {}
4569 /*! \brief Move assignment to forward move to the superclass correctly.
4574 Image::operator=(std::move(img));
4653 /*! \brief Move constructor to forward move to the superclass correctly.
4656 Image1DArray(Image1DArray&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {}
4658 /*! \brief Move assignment to forward move to the superclass correctly.
4663 Image::operator=(std::move(img));
4895 /*! \brief Move constructor to forward move to the superclass correctly.
4898 Image2D(Image2D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {}
4900 /*! \brief Move assignment to forward move to the superclass correctly.
4905 Image::operator=(std::move(img));
4991 /*! \brief Move constructor to forward move to the superclass correctly.
4994 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {}
4996 /*! \brief Move assignment to forward move to the superclass correctly.
5001 Image2D::operator=(std::move(img));
5084 /*! \brief Move constructor to forward move to the superclass correctly.
5087 Image2DArray(Image2DArray&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {}
5089 /*! \brief Move assignment to forward move to the superclass correctly.
5094 Image::operator=(std::move(img));
5220 /*! \brief Move constructor to forward move to the superclass correctly.
5223 Image3D(Image3D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {}
5225 /*! \brief Move assignment to forward move to the superclass correctly.
5230 Image::operator=(std::move(img));
5312 /*! \brief Move constructor to forward move to the superclass correctly.
5315 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {}
5317 /*! \brief Move assignment to forward move to the superclass correctly.
5322 Image3D::operator=(std::move(img));
5393 /*! \brief Move constructor to forward move to the superclass correctly.
5396 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {}
5398 /*! \brief Move assignment to forward move to the superclass correctly.
5403 Image::operator=(std::move(img));
5511 /*! \brief Move constructor to forward move to the superclass correctly.
5514 Pipe(Pipe&& pipe) CL_HPP_NOEXCEPT_ : Memory(std::move(pipe)) {}
5516 /*! \brief Move assignment to forward move to the superclass correctly.
5521 Memory::operator=(std::move(pipe));
5644 /*! \brief Move constructor to forward move to the superclass correctly.
5647 Sampler(Sampler&& sam) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(sam)) {}
5649 /*! \brief Move assignment to forward move to the superclass correctly.
5654 detail::Wrapper<cl_type>::operator=(std::move(sam));
5869 /*! \brief Move constructor to forward move to the superclass correctly.
5872 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(kernel)) {}
5874 /*! \brief Move assignment to forward move to the superclass correctly.
5879 detail::Wrapper<cl_type>::operator=(std::move(kernel));
6568 /*! \brief Move constructor to forward move to the superclass correctly.
6571 Program(Program&& program) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(program)) {}
6573 /*! \brief Move assignment to forward move to the superclass correctly.
6578 detail::Wrapper<cl_type>::operator=(std::move(program));
7464 /*! \brief Move constructor to forward move to the superclass correctly.
7467 CommandQueue(CommandQueue&& queue) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(queue)) {}
7469 /*! \brief Move assignment to forward move to the superclass correctly.
7474 detail::Wrapper<cl_type>::operator=(std::move(queue));
8844 /*! \brief Move constructor to forward move to the superclass correctly.
8847 DeviceCommandQueue(DeviceCommandQueue&& queue) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(queue)) {}
8849 /*! \brief Move assignment to forward move to the superclass correctly.
8854 detail::Wrapper<cl_type>::operator=(std::move(queue));