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

Platform interface. More...

#include <cl.hpp>

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

Public Member Functions

 Platform (cl_platform_id platform)
 
 Platform ()
 
 Platform (const Platform &platform)
 
Platformoperator= (const Platform &rhs)
 
cl_int getInfo (cl_platform_info name, STRING_CLASS *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_platform_info, name >::param_type getInfo (cl_int *err=NULL) const
 
cl_int getDevices (cl_device_type type, VECTOR_CLASS< Device > *devices) const
 
 Platform (cl_platform_id platform)
 
 Platform ()
 
 Platform (const Platform &platform)
 
Platformoperator= (const Platform &rhs)
 
cl_int getInfo (cl_platform_info name, STRING_CLASS *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_platform_info, name >::param_type getInfo (cl_int *err=NULL) const
 
cl_int getDevices (cl_device_type type, VECTOR_CLASS< Device > *devices) const
 
- Public Member Functions inherited from cl::detail::Wrapper< cl_platform_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() ()
 

Static Public Member Functions

static const Platform null ()
 
static cl_int get (VECTOR_CLASS< Platform > *platforms)
 
static const Platform null ()
 
static cl_int get (VECTOR_CLASS< Platform > *platforms)
 

Additional Inherited Members

- Public Types inherited from cl::detail::Wrapper< cl_platform_id >
typedef cl_platform_id cl_type
 
typedef cl_platform_id cl_type
 
- Protected Member Functions inherited from cl::detail::Wrapper< cl_platform_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_platform_id >
cl_type object_
 

Detailed Description

Platform interface.

Definition at line 1265 of file cl.hpp.

Constructor & Destructor Documentation

cl::Platform::Platform ( cl_platform_id  platform)
inline

Definition at line 1270 of file cl.hpp.

cl::Platform::Platform ( )
inline

Definition at line 1272 of file cl.hpp.

cl::Platform::Platform ( const Platform platform)
inline

Definition at line 1274 of file cl.hpp.

cl::Platform::Platform ( cl_platform_id  platform)
inline

Definition at line 1270 of file cl.hpp.

cl::Platform::Platform ( )
inline

Definition at line 1272 of file cl.hpp.

cl::Platform::Platform ( const Platform platform)
inline

Definition at line 1274 of file cl.hpp.

Member Function Documentation

static cl_int cl::Platform::get ( VECTOR_CLASS< Platform > *  platforms)
inlinestatic

Definition at line 1397 of file cl.hpp.

Here is the caller graph for this function:

static cl_int cl::Platform::get ( VECTOR_CLASS< Platform > *  platforms)
inlinestatic

Definition at line 1397 of file cl.hpp.

cl_int cl::Platform::getDevices ( cl_device_type  type,
VECTOR_CLASS< Device > *  devices 
) const
inline

Definition at line 1304 of file cl.hpp.

cl_int cl::Platform::getDevices ( cl_device_type  type,
VECTOR_CLASS< Device > *  devices 
) const
inline

Definition at line 1304 of file cl.hpp.

cl_int cl::Platform::getInfo ( cl_platform_info  name,
STRING_CLASS param 
) const
inline

Definition at line 1284 of file cl.hpp.

Here is the call graph for this function:

cl_int cl::Platform::getInfo ( cl_platform_info  name,
STRING_CLASS param 
) const
inline

Definition at line 1284 of file cl.hpp.

Here is the call graph for this function:

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

Definition at line 1293 of file cl.hpp.

Here is the call graph for this function:

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

Definition at line 1293 of file cl.hpp.

Here is the call graph for this function:

static const Platform cl::Platform::null ( )
static
static const Platform cl::Platform::null ( )
static
Platform& cl::Platform::operator= ( const Platform rhs)
inline

Definition at line 1276 of file cl.hpp.

Here is the call graph for this function:

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

Definition at line 1276 of file cl.hpp.

Here is the call graph for this function:


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