#include <config.hpp>
Public Types | |
typedef config | value_type |
typedef std::random_access_iterator_tag | iterator_category |
typedef config * | pointer |
typedef config & | reference |
typedef child_list::iterator | Itor |
typedef Itor::difference_type | difference_type |
typedef child_iterator | this_type |
Public Member Functions | |
child_iterator (const Itor &i) | |
child_iterator & | operator++ () |
child_iterator | operator++ (int) |
child_iterator & | operator-- () |
child_iterator | operator-- (int) |
reference | operator* () const |
pointer | operator-> () const |
bool | operator== (const child_iterator &i) const |
bool | operator!= (const child_iterator &i) const |
bool | operator== (const const_child_iterator &i) const |
bool | operator!= (const const_child_iterator &i) const |
this_type & | operator+= (Itor::difference_type n) |
this_type & | operator-= (Itor::difference_type n) |
config & | operator[] (Itor::difference_type n) const |
Private Attributes | |
Itor | i_ |
Friends | |
struct | const_child_iterator |
bool | operator< (const this_type &a, const this_type &b) |
bool | operator<= (const this_type &a, const this_type &b) |
bool | operator>= (const this_type &a, const this_type &b) |
bool | operator> (const this_type &a, const this_type &b) |
Itor::difference_type | operator- (const this_type &a, const this_type &b) |
this_type | operator- (const this_type &a, Itor::difference_type n) |
this_type | operator+ (const this_type &a, Itor::difference_type n) |
this_type | operator+ (Itor::difference_type n, const this_type &a) |
Definition at line 196 of file config.hpp.
typedef Itor::difference_type config::child_iterator::difference_type |
Definition at line 203 of file config.hpp.
typedef std::random_access_iterator_tag config::child_iterator::iterator_category |
Definition at line 199 of file config.hpp.
typedef child_list::iterator config::child_iterator::Itor |
Definition at line 202 of file config.hpp.
typedef config* config::child_iterator::pointer |
Definition at line 200 of file config.hpp.
typedef config& config::child_iterator::reference |
Definition at line 201 of file config.hpp.
Definition at line 204 of file config.hpp.
Definition at line 198 of file config.hpp.
|
inlineexplicit |
Definition at line 205 of file config.hpp.
Referenced by operator++(), and operator--().
|
inline |
Definition at line 216 of file config.hpp.
|
inline |
Definition at line 218 of file config.hpp.
References i.
|
inline |
Definition at line 212 of file config.hpp.
References i_.
|
inline |
Definition at line 207 of file config.hpp.
References i_.
|
inline |
Definition at line 208 of file config.hpp.
References child_iterator(), and i_.
|
inline |
Definition at line 225 of file config.hpp.
|
inline |
Definition at line 209 of file config.hpp.
References i_.
|
inline |
Definition at line 210 of file config.hpp.
References child_iterator(), and i_.
|
inline |
Definition at line 226 of file config.hpp.
|
inline |
Definition at line 213 of file config.hpp.
References i_.
|
inline |
Definition at line 215 of file config.hpp.
|
inline |
Definition at line 217 of file config.hpp.
References i.
|
inline |
Definition at line 228 of file config.hpp.
|
friend |
Definition at line 235 of file config.hpp.
Definition at line 231 of file config.hpp.
Definition at line 232 of file config.hpp.
Definition at line 229 of file config.hpp.
Definition at line 230 of file config.hpp.
Definition at line 220 of file config.hpp.
Definition at line 221 of file config.hpp.
Definition at line 223 of file config.hpp.
Definition at line 222 of file config.hpp.
|
private |
Definition at line 234 of file config.hpp.
Referenced by operator!=(), operator*(), operator++(), operator+=(), operator--(), operator-=(), operator->(), operator==(), and operator[]().