
Adapts random-access iterators to the rxs_iter_ifx interface. More...
#include <rutz/iter.h>


Public Member Functions | |
| rxs_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 void | prev () |
| virtual void | step (int n) |
| virtual T & | get () const |
| virtual bool | at_end () const |
| virtual int | from_end () const |
| virtual int | minus (const rxs_iter_ifx< T > &other_) const |
Adapts random-access iterators to the rxs_iter_ifx interface.
Definition at line 306 of file iter.h.
| rutz::rxs_iter_adapter< real_iter_t, T >::rxs_iter_adapter | ( | real_iter_t | iter, | |
| real_iter_t | end | |||
| ) | [inline] |
Construct from a pair of "real" iterators.
1.6.3