#include <config.hpp>
Public Types | |
| typedef const attribute | value_type |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef const attribute * | pointer |
| typedef const attribute & | reference |
| typedef attribute_map::const_iterator | Itor |
| typedef Itor::difference_type | difference_type |
Public Member Functions | |
| const_attribute_iterator (const Itor &i) | |
| const_attribute_iterator (attribute_iterator &i) | |
| const_attribute_iterator & | operator++ () |
| const_attribute_iterator | operator++ (int) |
| const_attribute_iterator & | operator-- () |
| const_attribute_iterator | operator-- (int) |
| reference | operator* () const |
| pointer | operator-> () const |
| bool | operator== (const const_attribute_iterator &i) const |
| bool | operator!= (const const_attribute_iterator &i) const |
| bool | operator== (const attribute_iterator &i) const |
| bool | operator!= (const attribute_iterator &i) const |
Private Attributes | |
| Itor | i_ |
Definition at line 328 of file config.hpp.
| typedef Itor::difference_type config::const_attribute_iterator::difference_type |
Definition at line 335 of file config.hpp.
| typedef std::bidirectional_iterator_tag config::const_attribute_iterator::iterator_category |
Definition at line 331 of file config.hpp.
| typedef attribute_map::const_iterator config::const_attribute_iterator::Itor |
Definition at line 334 of file config.hpp.
| typedef const attribute* config::const_attribute_iterator::pointer |
Definition at line 332 of file config.hpp.
| typedef const attribute& config::const_attribute_iterator::reference |
Definition at line 333 of file config.hpp.
| typedef const attribute config::const_attribute_iterator::value_type |
Definition at line 330 of file config.hpp.
|
inlineexplicit |
Definition at line 336 of file config.hpp.
Referenced by operator++(), and operator--().
|
inline |
Definition at line 337 of file config.hpp.
|
inline |
Definition at line 351 of file config.hpp.
|
inline |
Definition at line 349 of file config.hpp.
|
inline |
Definition at line 345 of file config.hpp.
References i_.
|
inline |
Definition at line 339 of file config.hpp.
References i_.
|
inline |
Definition at line 340 of file config.hpp.
References const_attribute_iterator(), and i_.
|
inline |
Definition at line 342 of file config.hpp.
References i_.
|
inline |
Definition at line 343 of file config.hpp.
References const_attribute_iterator(), and i_.
|
inline |
Definition at line 346 of file config.hpp.
References i_.
|
inline |
Definition at line 350 of file config.hpp.
|
inline |
Definition at line 348 of file config.hpp.
|
private |
Definition at line 354 of file config.hpp.
Referenced by operator!=(), operator*(), operator++(), operator--(), operator->(), and operator==().