|
|
Public Member Functions | |
| ever_circling_iterator (Iterator begin, Iterator end, Iterator start) | |
| ever_circling_iterator (Iterator begin, Iterator end) | |
| void | moveto (Iterator it) |
Friends | |
| class | boost::iterator_core_access |
| Iterator | iterator on which this class is based on |
Definition at line 32 of file ever_circling_iterator.hpp.
| ggl::ever_circling_iterator< Iterator >::ever_circling_iterator | ( | Iterator | begin, | |
| Iterator | end | |||
| ) | [explicit] |
Definition at line 41 of file ever_circling_iterator.hpp.
| ggl::ever_circling_iterator< Iterator >::ever_circling_iterator | ( | Iterator | begin, | |
| Iterator | end, | |||
| Iterator | start | |||
| ) | [explicit] |
Definition at line 48 of file ever_circling_iterator.hpp.
| void ggl::ever_circling_iterator< Iterator >::moveto | ( | Iterator | it | ) |
Navigate to a certain position, should be in [start .. end], it at end it will circle again.
Definition at line 57 of file ever_circling_iterator.hpp.
friend class boost::iterator_core_access [friend] |
Definition at line 39 of file ever_circling_iterator.hpp.
|
November 5, 2009 |
Copyright © 1995-2009 Barend Gehrels, Geodan, Amsterdam Copyright © 2008-2009 Bruno Lalande, Paris Copyright © 2009 Mateusz Loskot, Cadcorp, London |