wibble 0.1.28
Public Types | Public Member Functions
wibble::IteratorMorph< T, W > Struct Template Reference

#include <iterator.h>

Inheritance diagram for wibble::IteratorMorph< T, W >:
Inheritance graph
[legend]
Collaboration diagram for wibble::IteratorMorph< T, W >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef W Wrapped

Public Member Functions

 IteratorMorph ()
 IteratorMorph (const Wrapped &w)
virtual void advance ()
virtual T current () const

template<typename T, typename W>
struct wibble::IteratorMorph< T, W >


Member Typedef Documentation

template<typename T , typename W >
typedef W wibble::IteratorMorph< T, W >::Wrapped

Constructor & Destructor Documentation

template<typename T , typename W >
wibble::IteratorMorph< T, W >::IteratorMorph ( ) [inline]
template<typename T , typename W >
wibble::IteratorMorph< T, W >::IteratorMorph ( const Wrapped w) [inline]

Member Function Documentation

template<typename T , typename W >
virtual void wibble::IteratorMorph< T, W >::advance ( ) [inline, virtual]
template<typename T , typename W >
virtual T wibble::IteratorMorph< T, W >::current ( ) const [inline, virtual]

The documentation for this struct was generated from the following file: