|
dune-common
2.6-git
|
A constant iterator for the SLList. More...
#include <dune/common/sllist.hh>
Public Member Functions | |
| SLListConstIterator () | |
| SLListConstIterator (typename SLList< T, A >::Element *item) | |
| SLListConstIterator (const SLListIterator< T, A > &other) | |
| SLListConstIterator (const SLListConstIterator< T, A > &other) | |
| SLListConstIterator (const SLListModifyIterator< T, A > &other) | |
| const T & | dereference () const |
| Dereferencing function for the facade. More... | |
| bool | equals (const SLListConstIterator< T, A > &other) const |
| Equality test for the iterator facade. More... | |
| void | increment () |
| Increment function for the iterator facade. More... | |
A constant iterator for the SLList.
1.8.17