Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cl::detail::Wrapper< T > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/clvisc_wrapper/include/cl.hpp>

+ Collaboration diagram for cl::detail::Wrapper< T >:

Public Types

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() ()
 

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 1090 of file cl.hpp.

View newest version in sPHENIX GitHub at line 1090 of file cl.hpp

Member Typedef Documentation

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

Definition at line 1093 of file cl.hpp.

View newest version in sPHENIX GitHub at line 1093 of file cl.hpp

Constructor & Destructor Documentation

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

Definition at line 1099 of file cl.hpp.

View newest version in sPHENIX GitHub at line 1099 of file cl.hpp

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

Definition at line 1101 of file cl.hpp.

View newest version in sPHENIX GitHub at line 1101 of file cl.hpp

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

Definition at line 1106 of file cl.hpp.

View newest version in sPHENIX GitHub at line 1106 of file cl.hpp

Member Function Documentation

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

Definition at line 1120 of file cl.hpp.

View newest version in sPHENIX GitHub at line 1120 of file cl.hpp

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

Definition at line 1122 of file cl.hpp.

View newest version in sPHENIX GitHub at line 1122 of file cl.hpp

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

Definition at line 1112 of file cl.hpp.

View newest version in sPHENIX GitHub at line 1112 of file cl.hpp

Referenced by cl::Device::operator=(), cl::Platform::operator=(), cl::Context::operator=(), cl::Event::operator=(), cl::Memory::operator=(), cl::Sampler::operator=(), cl::Kernel::operator=(), cl::Program::operator=(), and cl::CommandQueue::operator=().

+ Here is the caller graph for this function:

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

Definition at line 1131 of file cl.hpp.

View newest version in sPHENIX GitHub at line 1131 of file cl.hpp

Referenced by cl::detail::Wrapper< cl_platform_id >::operator=(), and cl::detail::Wrapper< cl_platform_id >::~Wrapper().

+ Here is the caller graph for this function:

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

Definition at line 1126 of file cl.hpp.

View newest version in sPHENIX GitHub at line 1126 of file cl.hpp

Referenced by cl::detail::Wrapper< cl_platform_id >::operator=(), and cl::detail::Wrapper< cl_platform_id >::Wrapper().

+ Here is the caller graph for this function:

Member Data Documentation


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