|
Schnek
|
Forward iterator over the rectangular domain. More...
#include <range.hpp>


Public Member Functions | |
| iterator (const iterator &it) | |
| Copy constructor. | |
| iterator & | operator++ () |
| Prefix increment. Increments the iterator by one position. | |
| const iterator | operator++ (int) |
| Postfix increment. Increments the iterator by one position. | |
| bool | operator== (const iterator &it) |
| Equality test. | |
| bool | operator!= (const iterator &it) |
| Equality test. | |
| const LimitType & | operator* () |
| Returns the current iterator position. | |
| const LimitType & | getPos () |
| Returns the current iterator position. | |
Friends | |
| class | Range |
Forward iterator over the rectangular domain.
Implements operator* and getPos which both return the current iterator position