Iterator for the tchild items. More...
#include <grid.hpp>

Public Member Functions | |
| iterator (std::vector< tchild >::iterator itor) | |
| iterator | operator++ () |
| iterator | operator-- () |
| twidget * | operator-> () |
| twidget * | operator* () |
| bool | operator== (const iterator &i) const |
| bool | operator!= (const iterator &i) const |
Private Attributes | |
| std::vector< tchild >::iterator | itor_ |
Iterator for the tchild items.
Definition at line 364 of file grid.hpp.
Definition at line 369 of file grid.hpp.
Referenced by operator++(), and operator--().

| bool gui2::tgrid::iterator::operator!= | ( | const iterator & | i | ) | const [inline] |
| twidget* gui2::tgrid::iterator::operator* | ( | ) | [inline] |
| iterator gui2::tgrid::iterator::operator++ | ( | ) | [inline] |
Definition at line 373 of file grid.hpp.
References iterator(), and itor_.

| iterator gui2::tgrid::iterator::operator-- | ( | ) | [inline] |
Definition at line 374 of file grid.hpp.
References iterator(), and itor_.

| twidget* gui2::tgrid::iterator::operator-> | ( | ) | [inline] |
| bool gui2::tgrid::iterator::operator== | ( | const iterator & | i | ) | const [inline] |
std::vector<tchild>::iterator gui2::tgrid::iterator::itor_ [private] |
Definition at line 385 of file grid.hpp.
Referenced by operator!=(), operator*(), operator++(), operator--(), operator->(), and operator==().
| Generated by doxygen 1.7.1 on Thu May 24 2012 01:22:55 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |