Fabcoin Core
0.16.2
P2P Digital Currency
|
Event interface for cl_event. More...
#include <cl.hpp>
Public Member Functions | |
Event () | |
Event (const Event &event) | |
Event & | operator= (const Event &rhs) |
template<typename T > | |
cl_int | getInfo (cl_event_info name, T *param) const |
template<cl_int name> | |
detail::param_traits< detail::cl_event_info, name >::param_type | getInfo (cl_int *err=NULL) const |
template<typename T > | |
cl_int | getProfilingInfo (cl_profiling_info name, T *param) const |
template<cl_int name> | |
detail::param_traits< detail::cl_profiling_info, name >::param_type | getProfilingInfo (cl_int *err=NULL) const |
cl_int | wait () const |
Event () | |
Event (const Event &event) | |
Event & | operator= (const Event &rhs) |
template<typename T > | |
cl_int | getInfo (cl_event_info name, T *param) const |
template<cl_int name> | |
detail::param_traits< detail::cl_event_info, name >::param_type | getInfo (cl_int *err=NULL) const |
template<typename T > | |
cl_int | getProfilingInfo (cl_profiling_info name, T *param) const |
template<cl_int name> | |
detail::param_traits< detail::cl_profiling_info, name >::param_type | getProfilingInfo (cl_int *err=NULL) const |
cl_int | wait () const |
Public Member Functions inherited from cl::detail::Wrapper< cl_event > | |
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_type & | operator() () |
cl_type | operator() () const |
cl_type & | operator() () |
Static Public Member Functions | |
static cl_int | waitForEvents (const VECTOR_CLASS< Event > &events) |
static cl_int | waitForEvents (const VECTOR_CLASS< Event > &events) |
Additional Inherited Members | |
Public Types inherited from cl::detail::Wrapper< cl_event > | |
typedef cl_event | cl_type |
typedef cl_event | cl_type |
Protected Member Functions inherited from cl::detail::Wrapper< cl_event > | |
cl_int | retain () const |
cl_int | retain () const |
cl_int | release () const |
cl_int | release () const |
Protected Attributes inherited from cl::detail::Wrapper< cl_event > | |
cl_type | object_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |