Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
cl::detail::Wrapper< T > Class Template Reference

#include <cl.hpp>

Collaboration diagram for cl::detail::Wrapper< T >:
[legend]

Public Types

typedef T cl_type
 
typedef T cl_type
 

Public Member Functions

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

Protected Member Functions

cl_int retain () const
 
cl_int release () const
 
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 1097 of file cl.hpp.

Member Typedef Documentation

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

Definition at line 1100 of file cl.hpp.

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

Definition at line 1100 of file cl.hpp.

Constructor & Destructor Documentation

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

Definition at line 1106 of file cl.hpp.

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

Definition at line 1108 of file cl.hpp.

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

Definition at line 1113 of file cl.hpp.

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

Definition at line 1106 of file cl.hpp.

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

Definition at line 1108 of file cl.hpp.

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

Definition at line 1113 of file cl.hpp.

Member Function Documentation

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

Definition at line 1127 of file cl.hpp.

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

Definition at line 1127 of file cl.hpp.

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

Definition at line 1129 of file cl.hpp.

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

Definition at line 1129 of file cl.hpp.

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

Definition at line 1119 of file cl.hpp.

Here is the caller graph for this function:

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

Definition at line 1119 of file cl.hpp.

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

Definition at line 1138 of file cl.hpp.

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

Definition at line 1138 of file cl.hpp.

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

Definition at line 1133 of file cl.hpp.

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

Definition at line 1133 of file cl.hpp.

Member Data Documentation

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

Definition at line 1103 of file cl.hpp.


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