FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Friends | List of all members
cl::detail::Wrapper< cl_device_id > Class Reference
Inheritance diagram for cl::detail::Wrapper< cl_device_id >:
cl::Device

Public Types

typedef cl_device_id cl_type
 

Public Member Functions

 Wrapper (const cl_type &obj)
 
 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_type & operator() ()
 

Protected Member Functions

cl_int retain () const
 
cl_int release () const
 

Static Protected Member Functions

static bool isReferenceCountable (cl_device_id device)
 

Protected Attributes

cl_type object_
 
bool referenceCountable_
 

Friends

template<typename Func , typename U >
cl_int getInfoHelper (Func, cl_uint, U *, int, typename U::cl_type)
 
template<typename Func , typename U >
cl_int getInfoHelper (Func, cl_uint, VECTOR_CLASS< U > *, int, typename U::cl_type)