rutz::fwd_iter_ifx< T > Class Template Reference
Abstract interface class for forward iterators.
More...
#include <rutz/iter.h>
List of all members.
|
Public Types |
typedef T | value_t |
typedef fwd_iter_ifx< T > | ifx_t |
Public Member Functions |
virtual ifx_t * | clone () const =0 |
virtual void | next ()=0 |
virtual T & | get () const =0 |
virtual bool | at_end () const =0 |
Detailed Description
template<class T>
class rutz::fwd_iter_ifx< T >
Abstract interface class for forward iterators.
Definition at line 132 of file iter.h.
The documentation for this class was generated from the following file: