#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 343 of file config.hpp.
typedef Itor::difference_type config::const_attribute_iterator::difference_type |
Definition at line 350 of file config.hpp.
typedef std::bidirectional_iterator_tag config::const_attribute_iterator::iterator_category |
Definition at line 346 of file config.hpp.
typedef attribute_map::const_iterator config::const_attribute_iterator::Itor |
Definition at line 349 of file config.hpp.
typedef const attribute* config::const_attribute_iterator::pointer |
Definition at line 347 of file config.hpp.
typedef const attribute& config::const_attribute_iterator::reference |
Definition at line 348 of file config.hpp.
typedef const attribute config::const_attribute_iterator::value_type |
Definition at line 345 of file config.hpp.
|
inlineexplicit |
Definition at line 351 of file config.hpp.
Referenced by operator++(), and operator--().
|
inline |
Definition at line 352 of file config.hpp.
|
inline |
Definition at line 366 of file config.hpp.
|
inline |
Definition at line 364 of file config.hpp.
|
inline |
Definition at line 360 of file config.hpp.
References i_.
|
inline |
Definition at line 354 of file config.hpp.
References i_.
|
inline |
Definition at line 355 of file config.hpp.
References const_attribute_iterator(), and i_.
|
inline |
Definition at line 357 of file config.hpp.
References i_.
|
inline |
Definition at line 358 of file config.hpp.
References const_attribute_iterator(), and i_.
|
inline |
Definition at line 361 of file config.hpp.
References i_.
|
inline |
Definition at line 365 of file config.hpp.
|
inline |
Definition at line 363 of file config.hpp.
|
private |
Definition at line 369 of file config.hpp.
Referenced by operator!=(), operator*(), operator++(), operator--(), operator->(), and operator==().