|
dune-common
2.6-git
|
A mutable iterator for the SLList. More...
#include <dune/common/sllist.hh>
Public Member Functions | |
| SLListModifyIterator (SLListIterator< T, A > beforeIterator, SLListIterator< T, A > _iterator) | |
| SLListModifyIterator (const SLListModifyIterator< T, A > &other) | |
| SLListModifyIterator () | |
| T & | dereference () const |
| Dereferencing function for the iterator facade. More... | |
| bool | equals (const SLListConstIterator< T, A > &other) const |
| Test whether another iterator is equal. More... | |
| bool | equals (const SLListIterator< T, A > &other) const |
| Test whether another iterator is equal. More... | |
| bool | equals (const SLListModifyIterator< T, A > &other) const |
| Test whether another iterator is equal. More... | |
| void | increment () |
| Increment function for the iterator facade. More... | |
| void | insert (const T &v) |
| Insert an element at the current position. More... | |
| void | remove () |
| Delete the entry at the current position. More... | |
A mutable iterator for the SLList.
1.8.17