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

Device interface for cl_device_id. More...

#include <cl.hpp>

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

Public Member Functions

 Device (cl_device_id device)
 
 Device ()
 
 Device (const Device &device)
 
Deviceoperator= (const Device &rhs)
 
template<typename T >
cl_int getInfo (cl_device_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_device_info, name >::param_type getInfo (cl_int *err=NULL) const
 
 Device (cl_device_id device)
 
 Device ()
 
 Device (const Device &device)
 
Deviceoperator= (const Device &rhs)
 
template<typename T >
cl_int getInfo (cl_device_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_device_info, name >::param_type getInfo (cl_int *err=NULL) const
 
- Public Member Functions inherited from cl::detail::Wrapper< cl_device_id >
 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_device_id >
typedef cl_device_id cl_type
 
typedef cl_device_id cl_type
 
- Protected Member Functions inherited from cl::detail::Wrapper< cl_device_id >
cl_int retain () const
 
cl_int retain () const
 
cl_int release () const
 
cl_int release () const
 
- Protected Attributes inherited from cl::detail::Wrapper< cl_device_id >
cl_type object_
 

Detailed Description

Device interface for cl_device_id.

Definition at line 1190 of file cl.hpp.

Constructor & Destructor Documentation

cl::Device::Device ( cl_device_id  device)
inline

Definition at line 1193 of file cl.hpp.

cl::Device::Device ( )
inline

Definition at line 1195 of file cl.hpp.

cl::Device::Device ( const Device device)
inline

Definition at line 1197 of file cl.hpp.

cl::Device::Device ( cl_device_id  device)
inline

Definition at line 1193 of file cl.hpp.

cl::Device::Device ( )
inline

Definition at line 1195 of file cl.hpp.

cl::Device::Device ( const Device device)
inline

Definition at line 1197 of file cl.hpp.

Member Function Documentation

template<typename T >
cl_int cl::Device::getInfo ( cl_device_info  name,
T param 
) const
inline

Definition at line 1208 of file cl.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename T >
cl_int cl::Device::getInfo ( cl_device_info  name,
T param 
) const
inline

Definition at line 1208 of file cl.hpp.

Here is the call graph for this function:

template<cl_int name>
detail::param_traits<detail::cl_device_info, name>::param_type cl::Device::getInfo ( cl_int *  err = NULL) const
inline

Definition at line 1217 of file cl.hpp.

Here is the call graph for this function:

template<cl_int name>
detail::param_traits<detail::cl_device_info, name>::param_type cl::Device::getInfo ( cl_int *  err = NULL) const
inline

Definition at line 1217 of file cl.hpp.

Here is the call graph for this function:

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

Definition at line 1199 of file cl.hpp.

Here is the call graph for this function:

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

Definition at line 1199 of file cl.hpp.

Here is the call graph for this function:


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