#include <dlist.hh>
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) |