#include <iterator.h>
Public Types | |
typedef W | Wrapped |
Public Member Functions | |
IteratorMorph () | |
IteratorMorph (const Wrapped &w) | |
virtual void | advance () |
virtual T | current () const |
typedef W wibble::IteratorMorph< T, W >::Wrapped |
Reimplemented from wibble::Morph< IteratorMorph< T, W >, W, IteratorInterface< T > >.
wibble::IteratorMorph< T, W >::IteratorMorph | ( | ) | [inline] |
wibble::IteratorMorph< T, W >::IteratorMorph | ( | const Wrapped & | w | ) | [inline] |
virtual void wibble::IteratorMorph< T, W >::advance | ( | ) | [inline, virtual] |
virtual T wibble::IteratorMorph< T, W >::current | ( | ) | const [inline, virtual] |