#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 395 of file config.hpp.
Definition at line 399 of file config.hpp.
typedef std::forward_iterator_tag config::const_attribute_iterator::iterator_category |
Definition at line 398 of file config.hpp.
typedef attribute_map::const_iterator config::const_attribute_iterator::Itor |
Definition at line 402 of file config.hpp.
typedef const attribute* config::const_attribute_iterator::pointer |
Definition at line 400 of file config.hpp.
typedef const attribute& config::const_attribute_iterator::reference |
Definition at line 401 of file config.hpp.
Definition at line 397 of file config.hpp.
|
inlineexplicit |
Definition at line 403 of file config.hpp.
Referenced by operator++().
|
inline |
Definition at line 412 of file config.hpp.
References i_.
|
inline |
Definition at line 408 of file config.hpp.
References i_.
|
inline |
Definition at line 405 of file config.hpp.
References i_.
|
inline |
Definition at line 406 of file config.hpp.
References const_attribute_iterator(), and i_.
|
inline |
Definition at line 409 of file config.hpp.
References i_.
|
inline |
Definition at line 411 of file config.hpp.
References i_.
|
private |
Definition at line 415 of file config.hpp.
Referenced by operator!=(), operator*(), operator++(), operator->(), and operator==().