The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | Private Attributes | List of all members
display::rect_of_hexes::iterator Struct Reference

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_locationpointer
 
typedef const map_locationreference
 

Public Member Functions

 iterator (const map_location &loc, const rect_of_hexes &rect)
 
iteratoroperator++ ()
 increment y first, then when reaching bottom, increment x More...
 
bool operator== (const iterator &that) const
 
bool operator!= (const iterator &that) const
 
const map_locationoperator* () const
 

Private Attributes

map_location loc_
 
const rect_of_hexesrect_
 

Detailed Description

very simple iterator to walk into the rect_of_hexes

Definition at line 316 of file display.hpp.

Member Typedef Documentation

Definition at line 328 of file display.hpp.

typedef std::forward_iterator_tag display::rect_of_hexes::iterator::iterator_category

Definition at line 326 of file display.hpp.

Definition at line 329 of file display.hpp.

Definition at line 330 of file display.hpp.

Definition at line 327 of file display.hpp.

Constructor & Destructor Documentation

display::rect_of_hexes::iterator::iterator ( const map_location loc,
const rect_of_hexes rect 
)
inline

Definition at line 317 of file display.hpp.

Member Function Documentation

bool display::rect_of_hexes::iterator::operator!= ( const iterator that) const
inline

Definition at line 323 of file display.hpp.

References loc_.

const map_location& display::rect_of_hexes::iterator::operator* ( ) const
inline

Definition at line 324 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 644 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 322 of file display.hpp.

References loc_.

Member Data Documentation

map_location display::rect_of_hexes::iterator::loc_
private

Definition at line 333 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 334 of file display.hpp.

Referenced by operator++().


The documentation for this struct was generated from the following files: