|
dune-istl 2.9.0
|
Loading...
Searching...
No Matches
Dune::VariableBlockVector< B, A >::RealIterator< T, R > Class Template Reference
Iterator class for sequential access. More...
#include <dune/istl/vbvector.hh>
Inheritance diagram for Dune::VariableBlockVector< B, A >::RealIterator< T, R >:

Public Types | |
| typedef std::random_access_iterator_tag | iterator_category |
| typedef typename std::remove_const< V >::type | value_type |
| typedef D | difference_type |
| typedef V * | pointer |
| typedef R | reference |
| typedef T | DerivedType |
| typedef V | Value |
| typedef V * | Pointer |
| typedef D | DifferenceType |
| typedef R | Reference |
Public Member Functions | |
| RealIterator () | |
| constructor, no arguments | |
| RealIterator (window_type *_p, size_type _i) | |
| constructor | |
| void | increment () |
| prefix increment | |
| void | decrement () |
| prefix decrement | |
| bool | equals (const RealIterator &it) const |
| equality | |
| window_type & | dereference () const |
| dereferencing | |
| void | advance (std::ptrdiff_t d) |
| std::ptrdiff_t | distanceTo (const RealIterator &o) const |
| window_type & | elementAt (std::ptrdiff_t offset) const |
| size_type | index () const |
| Return the index of the entry this iterator is pointing to. | |
| Reference | operator* () const |
| Pointer | operator-> () const |
| Reference | operator[] (DifferenceType n) const |
| DerivedType & | operator++ () |
| DerivedType | operator++ (int) |
| DerivedType & | operator+= (DifferenceType n) |
| DerivedType | operator+ (DifferenceType n) const |
| DerivedType & | operator-- () |
| DerivedType | operator-- (int) |
| DerivedType & | operator-= (DifferenceType n) |
| DerivedType | operator- (DifferenceType n) const |
Detailed Description
template<class B, class A = std::allocator<B>>
template<class T, class R>
class Dune::VariableBlockVector< B, A >::RealIterator< T, R >
template<class T, class R>
class Dune::VariableBlockVector< B, A >::RealIterator< T, R >
Iterator class for sequential access.
Constructor & Destructor Documentation
◆ RealIterator() [1/2]
template<class B , class A = std::allocator<B>>
template<class T , class R >
|
inline |
constructor, no arguments
◆ RealIterator() [2/2]
template<class B , class A = std::allocator<B>>
template<class T , class R >
|
inline |
constructor
Member Function Documentation
◆ advance()
template<class B , class A = std::allocator<B>>
template<class T , class R >
|
inline |
◆ decrement()
template<class B , class A = std::allocator<B>>
template<class T , class R >
|
inline |
prefix decrement
◆ dereference()
template<class B , class A = std::allocator<B>>
template<class T , class R >
|
inline |
dereferencing
◆ distanceTo()
template<class B , class A = std::allocator<B>>
template<class T , class R >
|
inline |
◆ elementAt()
template<class B , class A = std::allocator<B>>
template<class T , class R >
|
inline |
◆ equals()
template<class B , class A = std::allocator<B>>
template<class T , class R >
|
inline |
equality
◆ increment()
template<class B , class A = std::allocator<B>>
template<class T , class R >
|
inline |
prefix increment
◆ index()
template<class B , class A = std::allocator<B>>
template<class T , class R >
|
inline |
Return the index of the entry this iterator is pointing to.
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8