|
| | const_ptr (const ColumnVector< COLUMN, D > &columns, std::size_t index) |
| |
| | const_ptr (const_ptr &&rhs) |
| |
| const COLUMN::value_t * | getComponentPointer (unsigned iDim) const |
| |
| std::size_t | getIndex () const |
| |
| void | setIndex (std::size_t index) |
| |
| constexpr | ScalarVector ()=default |
| |
| | ScalarVector (const ScalarVector &)=delete |
| |
| | ScalarVector (ScalarVector &&)=delete |
| |
| constexpr | GenericVector ()=default |
| |
| | GenericVector (const GenericVector &)=delete |
| |
| | GenericVector (GenericVector &&)=delete |
| |
| GenericVector & | operator= (GenericVector &&rhs)=delete |
| |
| constexpr const_ptr & | operator= (const GenericVector< const COLUMN::value_t, D, IMPL_ > &rhs) any_platform |
| |
| constexpr const const COLUMN::value_t & | operator[] (unsigned iDim) const any_platform |
| |
| constexpr const COLUMN::value_t & | operator[] (unsigned iDim) any_platform |
| |
| constexpr const_ptr & | operator+= (const GenericVector< U, D, IMPL_ > &rhs) any_platform |
| |
| constexpr meta::enable_if_arithmetic_t< U, const_ptr & > | operator+= (const U &rhs) any_platform |
| |
| constexpr const_ptr & | operator-= (const GenericVector< const COLUMN::value_t, D, IMPL_ > &rhs) any_platform |
| |
| constexpr meta::enable_if_arithmetic_t< U, const_ptr & > | operator-= (const U &rhs) any_platform |
| |
| constexpr const_ptr & | operator*= (const GenericVector< U, D, IMPL_ > &rhs) any_platform |
| |
| constexpr meta::enable_if_arithmetic_t< U, const_ptr & > | operator*= (const U &rhs) any_platform |
| |
| constexpr meta::enable_if_arithmetic_t< U, const_ptr & > | operator/= (const U &rhs) any_platform |
| |
| constexpr bool | operator== (const GenericVector< const COLUMN::value_t, D, IMPL_ > &rhs) const any_platform |
| |
| constexpr bool | operator!= (const GenericVector< const COLUMN::value_t, D, IMPL_ > &rhs) const any_platform |
| |
| constexpr bool | operator!= (const COLUMN::value_t rhs) const any_platform |
| |
template<typename COLUMN, unsigned D>
class olb::ColumnVector< COLUMN, D >::const_ptr
Read-only proxy for accessing a column vector entry.
Definition at line 190 of file columnVector.h.