OpenCL C++ Wrapper API 1.1
 All Classes Namespaces Files Functions Variables Typedefs Defines
Static Public Member Functions
cl::detail::ReferenceHandler< cl_event > Struct Template Reference

#include <cl.hpp>

List of all members.

Static Public Member Functions

static cl_int retain (cl_event event)
static cl_int release (cl_event event)

Detailed Description

template<>
struct cl::detail::ReferenceHandler< cl_event >

Definition at line 1202 of file cl.hpp.


Member Function Documentation

static cl_int cl::detail::ReferenceHandler< cl_event >::release ( cl_event  event) [inline, static]

Definition at line 1206 of file cl.hpp.

    { return ::clReleaseEvent(event); }
static cl_int cl::detail::ReferenceHandler< cl_event >::retain ( cl_event  event) [inline, static]

Definition at line 1204 of file cl.hpp.

    { return ::clRetainEvent(event); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines