Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/clvisc_wrapper/include/cl.hpp>
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_type & | operator() () |
Protected Member Functions | |
cl_int | retain () const |
cl_int | release () const |
Protected Attributes | |
cl_type | object_ |
Definition at line 1090 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1090 of file cl.hpp
typedef T cl::detail::Wrapper< T >::cl_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
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=().
|
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().
|
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().
|
protected |
Definition at line 1096 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1096 of file cl.hpp
Referenced by cl::detail::Wrapper< cl_platform_id >::operator()(), cl::detail::Wrapper< cl_platform_id >::operator=(), cl::detail::Wrapper< cl_platform_id >::release(), cl::detail::Wrapper< cl_platform_id >::retain(), cl::detail::Wrapper< cl_platform_id >::Wrapper(), and cl::detail::Wrapper< cl_platform_id >::~Wrapper().