|
dune-istl
2.2.1
|
iterator class for sequential access More...
#include <dune/istl/basearray.hh>
Public Types | |
| typedef remove_const< T >::type | ValueType |
| The unqualified value type. More... | |
Public Member Functions | |
| RealIterator () | |
| constructor More... | |
| RealIterator (B *_p, size_type *_j, size_type _i) | |
| constructor More... | |
| RealIterator (const RealIterator< ValueType > &it) | |
| Copy constructor from mutable iterator. More... | |
| bool | equals (const RealIterator< ValueType > &it) const |
| equality More... | |
| bool | equals (const RealIterator< const ValueType > &it) const |
| equality More... | |
| size_type | index () const |
| return index corresponding to pointer More... | |
| void | setindex (size_type k) |
| Set index corresponding to pointer. More... | |
| size_type | offset () const |
| offset from the first entry. More... | |
iterator class for sequential access
| typedef remove_const<T>::type Dune::compressed_base_array_unmanaged< B, A >::RealIterator< T >::ValueType |
The unqualified value type.
|
inline |
constructor
|
inline |
constructor
|
inline |
Copy constructor from mutable iterator.
|
inline |
equality
|
inline |
equality
|
inline |
return index corresponding to pointer
|
inline |
offset from the first entry.
An iterator positioned at the beginning has to be increment this amount of times to the same position.
|
inline |
Set index corresponding to pointer.
|
friend |
|
friend |
|
friend |
|
friend |
1.8.3.1