![]() |
Reference documentation for deal.II version 9.2.0
|
Accessor class offering read-only access to elements of a table. This is the same as the base class. More...
#include <deal.II/base/table.h>
Public Types | |
| using | value_type = typename AccessorBase< TableType, true, storage_order >::value_type |
| using | size_type = typename AccessorBase< TableType, true, storage_order >::size_type |
Public Types inherited from MatrixTableIterators::AccessorBase< TableType, true, storage_order > | |
| using | container_pointer_type = typename std::conditional< Constness, const TableType *, TableType * >::type |
| using | value_type = typename TableType::value_type |
| using | size_type = typename TableType::size_type |
Additional Inherited Members | |
Public Member Functions inherited from MatrixTableIterators::AccessorBase< TableType, true, storage_order > | |
| AccessorBase () | |
| AccessorBase (const container_pointer_type table) | |
| AccessorBase (const AccessorBase< TableType, false, storage_order > &) | |
| AccessorBase (const container_pointer_type table, const std::ptrdiff_t linear_index) | |
| const value_type & | value () const |
| operator const value_type & () const | |
| size_type | row () const |
| size_type | column () const |
Protected Member Functions inherited from MatrixTableIterators::AccessorBase< TableType, true, storage_order > | |
| void | assert_valid_linear_index () const |
Protected Attributes inherited from MatrixTableIterators::AccessorBase< TableType, true, storage_order > | |
| container_pointer_type | container |
| std::ptrdiff_t | linear_index |
Accessor class offering read-only access to elements of a table. This is the same as the base class.
| using MatrixTableIterators::Accessor< TableType, true, storage_order >::value_type = typename AccessorBase<TableType, true, storage_order>::value_type |
| using MatrixTableIterators::Accessor< TableType, true, storage_order >::size_type = typename AccessorBase<TableType, true, storage_order>::size_type |