dune-common 2.1.1
|
This file implements a single linked list together with the necessary iterators. More...
Go to the source code of this file.
Classes | |
class | Dune::SLList< T, A > |
A single linked list. More... | |
struct | Dune::SLList< T, A >::Element |
class | Dune::SLListIterator< T, A > |
A mutable iterator for the SLList. More... | |
class | Dune::SLListConstIterator< T, A > |
A constant iterator for the SLList. More... | |
class | Dune::SLListModifyIterator< T, A > |
A mutable iterator for the SLList. More... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
namespace | std |
STL namespace. | |
Functions | |
template<typename T , typename A > | |
ostream & | std::operator<< (ostream &os, const Dune::SLList< T, A > sllist) |
This file implements a single linked list together with the necessary iterators.