#include <config.hpp>
Public Types | |
typedef const attribute | value_type |
typedef std::bidirectional_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 (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 252 of file config.hpp.
Definition at line 256 of file config.hpp.
typedef std::bidirectional_iterator_tag config::const_attribute_iterator::iterator_category |
Definition at line 255 of file config.hpp.
typedef attribute_map::const_iterator config::const_attribute_iterator::Itor |
Definition at line 259 of file config.hpp.
typedef const attribute* config::const_attribute_iterator::pointer |
Definition at line 257 of file config.hpp.
typedef const attribute& config::const_attribute_iterator::reference |
Definition at line 258 of file config.hpp.
typedef const attribute config::const_attribute_iterator::value_type |
Definition at line 254 of file config.hpp.
|
inlineexplicit |
Definition at line 260 of file config.hpp.
|
inline |
Definition at line 261 of file config.hpp.
|
inline |
Definition at line 273 of file config.hpp.
References i_.
|
inline |
Definition at line 275 of file config.hpp.
References config::attribute_iterator::i_.
|
inline |
Definition at line 269 of file config.hpp.
|
inline |
Definition at line 263 of file config.hpp.
|
inline |
Definition at line 264 of file config.hpp.
|
inline |
Definition at line 266 of file config.hpp.
|
inline |
Definition at line 267 of file config.hpp.
|
inline |
Definition at line 270 of file config.hpp.
|
inline |
Definition at line 272 of file config.hpp.
References i_.
|
inline |
Definition at line 274 of file config.hpp.
References config::attribute_iterator::i_.
|
private |
Definition at line 278 of file config.hpp.
Referenced by operator!=(), and operator==().