rutz::fwd_iter_adapter< real_iter_t, T > Class Template Reference
Adapts forward iterators to the
fwd_iter_ifx interface.
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 |
| fwd_iter_adapter (real_iter_t iter, real_iter_t end) |
| Construct from a pair of "real" iterators.
|
virtual base_t * | clone () const |
virtual void | next () |
virtual T & | get () const |
virtual bool | at_end () const |
Detailed Description
template<class real_iter_t, class T>
class rutz::fwd_iter_adapter< real_iter_t, T >
Adapts forward iterators to the
fwd_iter_ifx interface.
Definition at line 148 of file iter.h.
The documentation for this class was generated from the following file: