wibble 1.1
Public Member Functions | List of all members
wibble::IteratorInterface< T > Struct Template Referenceabstract

#include <iterator.h>

Inheritance diagram for wibble::IteratorInterface< T >:
Inheritance graph
[legend]

Public Member Functions

virtualcurrent () const =0
 
virtual void advance ()=0
 
virtual ~IteratorInterface ()
 

Constructor & Destructor Documentation

◆ ~IteratorInterface()

template<typename T >
virtual wibble::IteratorInterface< T >::~IteratorInterface ( )
inlinevirtual

Member Function Documentation

◆ advance()

template<typename T >
virtual void wibble::IteratorInterface< T >::advance ( )
pure virtual

◆ current()

template<typename T >
virtual T wibble::IteratorInterface< T >::current ( ) const
pure virtual

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