#include <config.hpp>

Public Types | |
| typedef attribute | value_type |
| typedef std::forward_iterator_tag | iterator_category |
| typedef int | difference_type |
| typedef const attribute * | pointer |
| typedef const attribute & | reference |
| typedef attribute_map::const_iterator | Itor |
Public Member Functions | |
| const_attribute_iterator (const Itor &i) | |
| const_attribute_iterator & | operator++ () |
| const_attribute_iterator | operator++ (int) |
| const attribute & | operator* () const |
| const attribute * | operator-> () const |
| bool | operator== (const const_attribute_iterator &i) const |
| bool | operator!= (const const_attribute_iterator &i) const |
Private Attributes | |
| Itor | i_ |
Definition at line 228 of file config.hpp.
Definition at line 232 of file config.hpp.
| typedef std::forward_iterator_tag config::const_attribute_iterator::iterator_category |
Definition at line 231 of file config.hpp.
| typedef attribute_map::const_iterator config::const_attribute_iterator::Itor |
Definition at line 235 of file config.hpp.
| typedef const attribute* config::const_attribute_iterator::pointer |
Definition at line 233 of file config.hpp.
| typedef const attribute& config::const_attribute_iterator::reference |
Definition at line 234 of file config.hpp.
Definition at line 230 of file config.hpp.
| config::const_attribute_iterator::const_attribute_iterator | ( | const Itor & | i | ) | [inline, explicit] |
Definition at line 236 of file config.hpp.
| bool config::const_attribute_iterator::operator!= | ( | const const_attribute_iterator & | i | ) | const [inline] |
Definition at line 245 of file config.hpp.
| const attribute& config::const_attribute_iterator::operator* | ( | ) | const [inline] |
Definition at line 241 of file config.hpp.
References i_.
| const_attribute_iterator config::const_attribute_iterator::operator++ | ( | int | ) | [inline] |
Definition at line 239 of file config.hpp.
References i_.
| const_attribute_iterator& config::const_attribute_iterator::operator++ | ( | ) | [inline] |
Definition at line 238 of file config.hpp.
References i_.
| const attribute* config::const_attribute_iterator::operator-> | ( | ) | const [inline] |
Definition at line 242 of file config.hpp.
References i_.
| bool config::const_attribute_iterator::operator== | ( | const const_attribute_iterator & | i | ) | const [inline] |
Definition at line 244 of file config.hpp.
Itor config::const_attribute_iterator::i_ [private] |
Definition at line 248 of file config.hpp.
Referenced by 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 |