|
MUDA_GENERIC | Dense1DBase (auto_const_t< T > *p, int dim) MUDA_NOEXCEPT |
|
MUDA_GENERIC auto | as_const () const MUDA_NOEXCEPT |
|
MUDA_GENERIC | operator ConstViewer () const MUDA_NOEXCEPT |
|
MUDA_GENERIC auto_const_t< T > & | operator() (int x) MUDA_NOEXCEPT |
|
MUDA_GENERIC const T & | operator() (int x) const MUDA_NOEXCEPT |
|
MUDA_GENERIC auto_const_t< T > * | data () MUDA_NOEXCEPT |
|
MUDA_GENERIC const T * | data () const MUDA_NOEXCEPT |
|
MUDA_GENERIC int | total_size () const MUDA_NOEXCEPT |
|
MUDA_GENERIC int | dim () const MUDA_NOEXCEPT |
|
MUDA_GENERIC ThisViewer | subview (int offset) MUDA_NOEXCEPT |
|
MUDA_GENERIC ThisViewer | subview (int offset, int size) MUDA_NOEXCEPT |
|
MUDA_GENERIC ConstViewer | subview (int offset) const MUDA_NOEXCEPT |
|
MUDA_GENERIC ConstViewer | subview (int offset, int size) const MUDA_NOEXCEPT |
|
| ViewerBase (const ViewerBase &)=default |
|
| ViewerBase (ViewerBase &&)=default |
|
MUDA_GENERIC const char * | name () const MUDA_NOEXCEPT |
|
MUDA_GENERIC const char * | kernel_name () const MUDA_NOEXCEPT |
|
ViewerBase & | operator= (const ViewerBase &)=default |
|
ViewerBase & | operator= (ViewerBase &&)=default |
|
|
MUDA_INLINE MUDA_GENERIC void | check () const MUDA_NOEXCEPT |
|
MUDA_GENERIC int | map (int x) const MUDA_NOEXCEPT |
|
MUDA_INLINE MUDA_HOST void | name (const char *n) MUDA_NOEXCEPT |
|
MUDA_INLINE MUDA_GENERIC void | name (details::StringPointer pointer) MUDA_NOEXCEPT |
|
MUDA_INLINE MUDA_GENERIC void | copy_name (const ViewerBase &other) MUDA_NOEXCEPT |
|
|
auto_const_t< T > * | m_data |
|
int | m_dim |
|
|
static constexpr bool | IsConst |
|
static constexpr bool | IsNonConst |
|
using | auto_const_t = std::conditional_t< IsConst, const T, T > |
|
using | non_const_enable_t = std::enable_if_t< IsNonConst, T > |
|
The documentation for this class was generated from the following file: