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

#include <cl.hpp>

List of all members.

Static Public Member Functions

static cl_int retain (cl_kernel kernel)
static cl_int release (cl_kernel kernel)

Detailed Description

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

Definition at line 1193 of file cl.hpp.


Member Function Documentation

static cl_int cl::detail::ReferenceHandler< cl_kernel >::release ( cl_kernel  kernel) [inline, static]

Definition at line 1197 of file cl.hpp.

    { return ::clReleaseKernel(kernel); }
static cl_int cl::detail::ReferenceHandler< cl_kernel >::retain ( cl_kernel  kernel) [inline, static]

Definition at line 1195 of file cl.hpp.

    { return ::clRetainKernel(kernel); }

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