dune-common  2.6-git
Public Member Functions | List of all members
Dune::SLListConstIterator< T, A > Class Template Reference

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...
 

Detailed Description

template<class T, class A>
class Dune::SLListConstIterator< T, A >

A constant iterator for the SLList.


The documentation for this class was generated from the following file: