dune-common
2.7.0
|
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.