very simple iterator to walk into the rect_of_hexes More...
#include <display.hpp>

Public Types | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef map_location | value_type |
| typedef int | difference_type |
| typedef const map_location * | pointer |
| typedef const map_location & | reference |
Public Member Functions | |
| iterator (const map_location &loc, const rect_of_hexes &rect) | |
| iterator & | operator++ () |
| increment y first, then when reaching bottom, increment x | |
| bool | operator== (const iterator &that) const |
| bool | operator!= (const iterator &that) const |
| const map_location & | operator* () const |
Private Attributes | |
| map_location | loc_ |
| const rect_of_hexes & | rect_ |
very simple iterator to walk into the rect_of_hexes
Definition at line 259 of file display.hpp.
Definition at line 271 of file display.hpp.
| typedef std::forward_iterator_tag display::rect_of_hexes::iterator::iterator_category |
Definition at line 267 of file display.hpp.
| typedef const map_location* display::rect_of_hexes::iterator::pointer |
Definition at line 272 of file display.hpp.
| typedef const map_location& display::rect_of_hexes::iterator::reference |
Definition at line 273 of file display.hpp.
Definition at line 270 of file display.hpp.
| display::rect_of_hexes::iterator::iterator | ( | const map_location & | loc, | |
| const rect_of_hexes & | rect | |||
| ) | [inline] |
Definition at line 260 of file display.hpp.
| bool display::rect_of_hexes::iterator::operator!= | ( | const iterator & | that | ) | const [inline] |
Definition at line 266 of file display.hpp.
References loc_.
| const map_location& display::rect_of_hexes::iterator::operator* | ( | ) | const [inline] |
Definition at line 267 of file display.hpp.
References loc_.
| display::rect_of_hexes::iterator & display::rect_of_hexes::iterator::operator++ | ( | ) |
increment y first, then when reaching bottom, increment x
Definition at line 509 of file display.cpp.
References display::rect_of_hexes::bottom, loc_, rect_, display::rect_of_hexes::top, map_location::x, and map_location::y.
| bool display::rect_of_hexes::iterator::operator== | ( | const iterator & | that | ) | const [inline] |
Definition at line 265 of file display.hpp.
References loc_.
Definition at line 276 of file display.hpp.
Referenced by operator!=(), operator*(), operator++(), and operator==().
const rect_of_hexes& display::rect_of_hexes::iterator::rect_ [private] |
Definition at line 277 of file display.hpp.
Referenced by operator++().
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:12:19 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |