#include <iterator.h>
Public Member Functions | |
| virtual T | current () const =0 |
| virtual void | advance ()=0 |
| virtual | ~IteratorInterface () |
| virtual wibble::IteratorInterface< T >::~IteratorInterface | ( | ) | [inline, virtual] |
| virtual void wibble::IteratorInterface< T >::advance | ( | ) | [pure virtual] |
Implemented in wibble::IteratorMorph< T, W >.
| virtual T wibble::IteratorInterface< T >::current | ( | ) | const [pure virtual] |
Implemented in wibble::IteratorMorph< T, W >.
1.6.3