HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cl::detail::Wrapper< T > Class Template Reference

#include <cl.hpp>

Public Types

typedef T cl_type
 

Public Member Functions

 Wrapper ()
 
 Wrapper (const cl_type &obj)
 
 ~Wrapper ()
 
 Wrapper (const Wrapper< cl_type > &rhs)
 
Wrapper< cl_type > & operator= (const Wrapper< cl_type > &rhs)
 
Wrapper< cl_type > & operator= (const cl_type &rhs)
 
cl_type operator() () const
 
cl_typeoperator() ()
 

Protected Member Functions

cl_int retain () const
 
cl_int release () const
 

Protected Attributes

cl_type object_
 

Detailed Description

template<typename T>
class cl::detail::Wrapper< T >

Definition at line 1161 of file cl.hpp.

Member Typedef Documentation

template<typename T>
typedef T cl::detail::Wrapper< T >::cl_type

Definition at line 1164 of file cl.hpp.

Constructor & Destructor Documentation

template<typename T>
cl::detail::Wrapper< T >::Wrapper ( )
inline

Definition at line 1170 of file cl.hpp.

template<typename T>
cl::detail::Wrapper< T >::Wrapper ( const cl_type obj)
inline

Definition at line 1172 of file cl.hpp.

template<typename T>
cl::detail::Wrapper< T >::~Wrapper ( )
inline

Definition at line 1174 of file cl.hpp.

template<typename T>
cl::detail::Wrapper< T >::Wrapper ( const Wrapper< cl_type > &  rhs)
inline

Definition at line 1179 of file cl.hpp.

Member Function Documentation

template<typename T>
cl_type cl::detail::Wrapper< T >::operator() ( ) const
inline

Definition at line 1200 of file cl.hpp.

template<typename T>
cl_type& cl::detail::Wrapper< T >::operator() ( )
inline

Definition at line 1202 of file cl.hpp.

template<typename T>
Wrapper<cl_type>& cl::detail::Wrapper< T >::operator= ( const Wrapper< cl_type > &  rhs)
inline

Definition at line 1185 of file cl.hpp.

template<typename T>
Wrapper<cl_type>& cl::detail::Wrapper< T >::operator= ( const cl_type rhs)
inline

Definition at line 1193 of file cl.hpp.

template<typename T>
cl_int cl::detail::Wrapper< T >::release ( ) const
inlineprotected

Definition at line 1211 of file cl.hpp.

template<typename T>
cl_int cl::detail::Wrapper< T >::retain ( ) const
inlineprotected

Definition at line 1206 of file cl.hpp.

Member Data Documentation

template<typename T>
cl_type cl::detail::Wrapper< T >::object_
protected

Definition at line 1167 of file cl.hpp.


The documentation for this class was generated from the following file: