VisionCpp
0.0.1
|
The definition can be found in ConstMemory. More...
#include <mem_const.hpp>
Public Types | |
using | value_type = T |
Public Member Functions | |
ConstMemory (T r) | |
template<typename T2 > | |
ConstMemory (T r, T2 &x) | |
const value_type & | operator[] (cl::sycl::nd_item< 2 > itemID) const |
const value_type & | operator[] (cl::sycl::nd_item< 1 > itemID) const |
const value_type & | operator[] (cl::sycl::id< 2 > itemID) const |
const value_type & | operator[] (int itemID) const |
const value_type & | operator[] (size_t itemID) const |
const ConstMemory< T > & | get_pointer () const |
this function is used to mimic the getpointer function used by evaluator expression, in order to access a ConstMemory Node. More... | |
Public Attributes | |
const T | r |
The definition can be found in ConstMemory.
represents a c++ standard layout for detecting constant variable on the device.
template parameters:
T | the type of the constant variable |
Definition at line 38 of file mem_const.hpp.
using visioncpp::internal::ConstMemory< T >::value_type = T |
Definition at line 43 of file mem_const.hpp.
|
inline |
Definition at line 39 of file mem_const.hpp.
|
inline |
Definition at line 41 of file mem_const.hpp.
|
inline |
this function is used to mimic the getpointer function used by evaluator expression, in order to access a ConstMemory Node.
Definition at line 53 of file mem_const.hpp.
|
inline |
Definition at line 47 of file mem_const.hpp.
References visioncpp::internal::ConstMemory< T >::r.
|
inline |
Definition at line 46 of file mem_const.hpp.
References visioncpp::internal::ConstMemory< T >::r.
|
inline |
Definition at line 45 of file mem_const.hpp.
References visioncpp::internal::ConstMemory< T >::r.
|
inline |
Definition at line 48 of file mem_const.hpp.
References visioncpp::internal::ConstMemory< T >::r.
|
inline |
Definition at line 49 of file mem_const.hpp.
References visioncpp::internal::ConstMemory< T >::r.
const T visioncpp::internal::ConstMemory< T >::r |
Definition at line 44 of file mem_const.hpp.
Referenced by visioncpp::internal::ConstMemory< T >::operator[]().