Dune::DoubleLinkedList< T >::Iterator Class Reference
[Common]
#include <dlist.hh>
Detailed Description
template<class T>
class Dune::DoubleLinkedList< T >::Iterator
Iterator class for the doubly-linked list.
Public Member Functions | |
Iterator () | |
constructor | |
bool | operator!= (Iterator x) const |
comparison | |
bool | operator== (Iterator x) const |
comparison | |
Iterator & | operator++ () |
Prefix increment. | |
Iterator | operator++ (int) |
Postfix increment. | |
Iterator & | operator-- () |
Prefix decrement. | |
Iterator | operator-- (int) |
Postfix decrement. | |
T & | operator * () const |
dereferenciation | |
T * | operator-> () const |
dereferenciation (Stroustrup p. 289) |
The documentation for this class was generated from the following files:
- dlist.hh
- dlist.cc