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

#include <cl.hpp>

List of all members.

Static Public Member Functions

static cl_int retain (cl_platform_id)
static cl_int release (cl_platform_id)

Detailed Description

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

Definition at line 1137 of file cl.hpp.


Member Function Documentation

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

Definition at line 1143 of file cl.hpp.

    { return CL_INVALID_PLATFORM; }
static cl_int cl::detail::ReferenceHandler< cl_platform_id >::retain ( cl_platform_id  ) [inline, static]

Definition at line 1140 of file cl.hpp.

    { return CL_INVALID_PLATFORM; }

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