#include <config.hpp>

Public Types | |
| typedef config | value_type |
| typedef std::forward_iterator_tag | iterator_category |
| typedef int | difference_type |
| typedef const config * | pointer |
| typedef const config & | reference |
| typedef child_list::const_iterator | Itor |
Public Member Functions | |
| const_child_iterator (const Itor &i) | |
| const_child_iterator (const child_iterator &i) | |
| const_child_iterator & | operator++ () |
| const_child_iterator | operator++ (int) |
| const_child_iterator & | operator-- () |
| const_child_iterator | operator-- (int) |
| const config & | operator* () const |
| const config * | operator-> () const |
| bool | operator== (const const_child_iterator &i) const |
| bool | operator!= (const const_child_iterator &i) const |
Private Attributes | |
| Itor | i_ |
Definition at line 139 of file config.hpp.
| typedef int config::const_child_iterator::difference_type |
Definition at line 143 of file config.hpp.
| typedef std::forward_iterator_tag config::const_child_iterator::iterator_category |
Definition at line 142 of file config.hpp.
| typedef child_list::const_iterator config::const_child_iterator::Itor |
Definition at line 146 of file config.hpp.
| typedef const config* config::const_child_iterator::pointer |
Definition at line 144 of file config.hpp.
| typedef const config& config::const_child_iterator::reference |
Definition at line 145 of file config.hpp.
Definition at line 141 of file config.hpp.
| config::const_child_iterator::const_child_iterator | ( | const Itor & | i | ) | [inline, explicit] |
Definition at line 147 of file config.hpp.
Referenced by operator++(), and operator--().

| config::const_child_iterator::const_child_iterator | ( | const child_iterator & | i | ) | [inline] |
Definition at line 148 of file config.hpp.
| bool config::const_child_iterator::operator!= | ( | const const_child_iterator & | i | ) | const [inline] |
Definition at line 159 of file config.hpp.
References i_.
| const config& config::const_child_iterator::operator* | ( | ) | const [inline] |
Definition at line 155 of file config.hpp.
References i_.
| const_child_iterator& config::const_child_iterator::operator++ | ( | ) | [inline] |
Definition at line 150 of file config.hpp.
References i_.
| const_child_iterator config::const_child_iterator::operator++ | ( | int | ) | [inline] |
Definition at line 151 of file config.hpp.
References const_child_iterator(), and i_.

| const_child_iterator config::const_child_iterator::operator-- | ( | int | ) | [inline] |
Definition at line 153 of file config.hpp.
References const_child_iterator(), and i_.

| const_child_iterator& config::const_child_iterator::operator-- | ( | ) | [inline] |
Definition at line 152 of file config.hpp.
References i_.
| const config* config::const_child_iterator::operator-> | ( | ) | const [inline] |
Definition at line 156 of file config.hpp.
References i_.
| bool config::const_child_iterator::operator== | ( | const const_child_iterator & | i | ) | const [inline] |
Definition at line 158 of file config.hpp.
References i_.
Itor config::const_child_iterator::i_ [private] |
Definition at line 162 of file config.hpp.
Referenced by operator!=(), operator*(), operator++(), operator--(), operator->(), and operator==().
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:11:54 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |