dune-istl
2.2.0
|
iterator class for sequential access More...
#include <dune/istl/basearray.hh>
Public Types | |
typedef remove_const< T >::type | ValueType |
The unqualified value type. |
Public Member Functions | |
RealIterator () | |
constructor | |
RealIterator (B *_p, size_type *_j, size_type _i) | |
constructor | |
RealIterator (const RealIterator< ValueType > &it) | |
Copy constructor from mutable iterator. | |
bool | equals (const RealIterator< ValueType > &it) const |
equality | |
bool | equals (const RealIterator< const ValueType > &it) const |
equality | |
size_type | index () const |
return index corresponding to pointer | |
void | setindex (size_type k) |
Set index corresponding to pointer. | |
size_type | offset () const |
offset from the first entry. |
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 |