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

#include <cl.hpp>

List of all members.

Static Public Member Functions

static cl_int retain (cl_context context)
static cl_int release (cl_context context)

Detailed Description

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

Definition at line 1148 of file cl.hpp.


Member Function Documentation

static cl_int cl::detail::ReferenceHandler< cl_context >::release ( cl_context  context) [inline, static]

Definition at line 1152 of file cl.hpp.

    { return ::clReleaseContext(context); }
static cl_int cl::detail::ReferenceHandler< cl_context >::retain ( cl_context  context) [inline, static]

Definition at line 1150 of file cl.hpp.

    { return ::clRetainContext(context); }

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