Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
cl::Buffer Class Reference

Memory buffer interface. More...

#include <cl.hpp>

Inheritance diagram for cl::Buffer:
[legend]
Collaboration diagram for cl::Buffer:
[legend]

Public Member Functions

 Buffer (const Context &context, cl_mem_flags flags,::size_t size, void *host_ptr=NULL, cl_int *err=NULL)
 
 Buffer ()
 
 Buffer (const Buffer &buffer)
 
Bufferoperator= (const Buffer &rhs)
 
 Buffer (const Context &context, cl_mem_flags flags,::size_t size, void *host_ptr=NULL, cl_int *err=NULL)
 
 Buffer ()
 
 Buffer (const Buffer &buffer)
 
Bufferoperator= (const Buffer &rhs)
 
- Public Member Functions inherited from cl::Memory
 Memory ()
 
 Memory (const Memory &memory)
 
Memoryoperator= (const Memory &rhs)
 
template<typename T >
cl_int getInfo (cl_mem_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_mem_info, name >::param_type getInfo (cl_int *err=NULL) const
 
 Memory ()
 
 Memory (const Memory &memory)
 
Memoryoperator= (const Memory &rhs)
 
template<typename T >
cl_int getInfo (cl_mem_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_mem_info, name >::param_type getInfo (cl_int *err=NULL) const
 
- Public Member Functions inherited from cl::detail::Wrapper< cl_mem >
 Wrapper ()
 
 Wrapper (const Wrapper< cl_type > &rhs)
 
 Wrapper ()
 
 Wrapper (const Wrapper< cl_type > &rhs)
 
 ~Wrapper ()
 
 ~Wrapper ()
 
Wrapper< cl_type > & operator= (const Wrapper< cl_type > &rhs)
 
Wrapper< cl_type > & operator= (const Wrapper< cl_type > &rhs)
 
cl_type operator() () const
 
cl_typeoperator() ()
 
cl_type operator() () const
 
cl_typeoperator() ()
 

Additional Inherited Members

- Public Types inherited from cl::detail::Wrapper< cl_mem >
typedef cl_mem cl_type
 
typedef cl_mem cl_type
 
- Protected Member Functions inherited from cl::detail::Wrapper< cl_mem >
cl_int retain () const
 
cl_int retain () const
 
cl_int release () const
 
cl_int release () const
 
- Protected Attributes inherited from cl::detail::Wrapper< cl_mem >
cl_type object_
 

Detailed Description

Memory buffer interface.

Definition at line 1748 of file cl.hpp.

Constructor & Destructor Documentation

cl::Buffer::Buffer ( const Context context,
cl_mem_flags  flags,
::size_t  size,
void *  host_ptr = NULL,
cl_int *  err = NULL 
)
inline

Definition at line 1751 of file cl.hpp.

Here is the call graph for this function:

cl::Buffer::Buffer ( )
inline

Definition at line 1767 of file cl.hpp.

cl::Buffer::Buffer ( const Buffer buffer)
inline

Definition at line 1769 of file cl.hpp.

cl::Buffer::Buffer ( const Context context,
cl_mem_flags  flags,
::size_t  size,
void *  host_ptr = NULL,
cl_int *  err = NULL 
)
inline

Definition at line 1751 of file cl.hpp.

Here is the call graph for this function:

cl::Buffer::Buffer ( )
inline

Definition at line 1767 of file cl.hpp.

cl::Buffer::Buffer ( const Buffer buffer)
inline

Definition at line 1769 of file cl.hpp.

Member Function Documentation

Buffer& cl::Buffer::operator= ( const Buffer rhs)
inline

Definition at line 1771 of file cl.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Buffer& cl::Buffer::operator= ( const Buffer rhs)
inline

Definition at line 1771 of file cl.hpp.

Here is the call graph for this function:


The documentation for this class was generated from the following file: