DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::LocalAccessorBaseHost Class Reference

#include <sycl/accessor.hpp>

Inheritance diagram for sycl::_V1::detail::LocalAccessorBaseHost:
Collaboration diagram for sycl::_V1::detail::LocalAccessorBaseHost:

Public Member Functions

 LocalAccessorBaseHost (sycl::range< 3 > Size, int Dims, int ElemSize, const property_list &PropertyList={})
 
sycl::range< 3 > & getSize ()
 
const sycl::range< 3 > & getSize () const
 
void * getPtr ()
 
void * getPtr () const
 
int getNumOfDims ()
 
int getElementSize ()
 
const property_listgetPropList () const
 

Protected Member Functions

 LocalAccessorBaseHost (const LocalAccessorImplPtr &Impl)
 
template<class Obj >
decltype(Obj::impl) friend getSyclObjImpl (const Obj &SyclObject)
 

Protected Attributes

LocalAccessorImplPtr impl
 

Friends

template<class T >
T detail::createSyclObjFromImpl (decltype(T::impl) ImplObj)
 

Detailed Description

Definition at line 520 of file accessor.hpp.

Constructor & Destructor Documentation

◆ LocalAccessorBaseHost() [1/2]

sycl::_V1::detail::LocalAccessorBaseHost::LocalAccessorBaseHost ( const LocalAccessorImplPtr Impl)
inlineprotected

Definition at line 522 of file accessor.hpp.

◆ LocalAccessorBaseHost() [2/2]

sycl::_V1::detail::LocalAccessorBaseHost::LocalAccessorBaseHost ( sycl::range< 3 >  Size,
int  Dims,
int  ElemSize,
const property_list PropertyList = {} 
)

Definition at line 71 of file accessor.cpp.

Member Function Documentation

◆ getElementSize()

int sycl::_V1::detail::LocalAccessorBaseHost::getElementSize ( )

Definition at line 101 of file accessor.cpp.

◆ getNumOfDims()

int sycl::_V1::detail::LocalAccessorBaseHost::getNumOfDims ( )

Definition at line 100 of file accessor.cpp.

◆ getPropList()

const property_list & sycl::_V1::detail::LocalAccessorBaseHost::getPropList ( ) const

Definition at line 96 of file accessor.cpp.

◆ getPtr() [1/2]

void * sycl::_V1::detail::LocalAccessorBaseHost::getPtr ( )

Definition at line 81 of file accessor.cpp.

◆ getPtr() [2/2]

void* sycl::_V1::detail::LocalAccessorBaseHost::getPtr ( ) const

◆ getSize() [1/2]

const sycl::range< 3 > & sycl::_V1::detail::LocalAccessorBaseHost::getSize ( )

Definition at line 77 of file accessor.cpp.

◆ getSize() [2/2]

const sycl::range<3>& sycl::_V1::detail::LocalAccessorBaseHost::getSize ( ) const

◆ getSyclObjImpl()

template<class Obj >
decltype(Obj::impl) friend sycl::_V1::detail::LocalAccessorBaseHost::getSyclObjImpl ( const Obj &  SyclObject)
protected

Friends And Related Function Documentation

◆ detail::createSyclObjFromImpl

template<class T >
T detail::createSyclObjFromImpl ( decltype(T::impl)  ImplObj)
friend

Member Data Documentation

◆ impl

LocalAccessorImplPtr sycl::_V1::detail::LocalAccessorBaseHost::impl
protected

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