Event interface for cl_event.
More...
#include <cl.hpp>
Event interface for cl_event.
Definition at line 1544 of file cl.hpp.
cl::Event::Event |
( |
const Event & |
event | ) |
|
|
inline |
cl::Event::Event |
( |
const Event & |
event | ) |
|
|
inline |
template<typename T >
cl_int cl::Event::getInfo |
( |
cl_event_info |
name, |
|
|
T * |
param |
|
) |
| const |
|
inline |
template<typename T >
cl_int cl::Event::getInfo |
( |
cl_event_info |
name, |
|
|
T * |
param |
|
) |
| const |
|
inline |
template<typename T >
cl_int cl::Event::getProfilingInfo |
( |
cl_profiling_info |
name, |
|
|
T * |
param |
|
) |
| const |
|
inline |
template<typename T >
cl_int cl::Event::getProfilingInfo |
( |
cl_profiling_info |
name, |
|
|
T * |
param |
|
) |
| const |
|
inline |
template<cl_int name>
detail::param_traits<detail::cl_profiling_info, name>::param_type cl::Event::getProfilingInfo |
( |
cl_int * |
err = NULL | ) |
const |
|
inline |
template<cl_int name>
detail::param_traits<detail::cl_profiling_info, name>::param_type cl::Event::getProfilingInfo |
( |
cl_int * |
err = NULL | ) |
const |
|
inline |
cl_int cl::Event::wait |
( |
| ) |
const |
|
inline |
cl_int cl::Event::wait |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: