#include <config.hpp>
Public Types | |
typedef config | value_type |
typedef std::random_access_iterator_tag | iterator_category |
typedef int | difference_type |
typedef config * | pointer |
typedef config & | reference |
typedef child_list::iterator | Itor |
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) |
config & | operator* () const |
config * | operator-> () const |
bool | operator== (const child_iterator &i) const |
bool | operator!= (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 132 of file config.hpp.
Definition at line 136 of file config.hpp.
typedef std::random_access_iterator_tag config::child_iterator::iterator_category |
Definition at line 135 of file config.hpp.
typedef child_list::iterator config::child_iterator::Itor |
Definition at line 139 of file config.hpp.
typedef config* config::child_iterator::pointer |
Definition at line 137 of file config.hpp.
typedef config& config::child_iterator::reference |
Definition at line 138 of file config.hpp.
Definition at line 140 of file config.hpp.
Definition at line 134 of file config.hpp.
|
inlineexplicit |
Definition at line 141 of file config.hpp.
Referenced by operator++(), and operator--().
|
inline |
Definition at line 152 of file config.hpp.
References i_.
|
inline |
Definition at line 148 of file config.hpp.
References i_.
|
inline |
Definition at line 143 of file config.hpp.
References i_.
|
inline |
Definition at line 144 of file config.hpp.
References child_iterator(), and i_.
|
inline |
Definition at line 159 of file config.hpp.
References i_.
|
inline |
Definition at line 145 of file config.hpp.
References i_.
|
inline |
Definition at line 146 of file config.hpp.
References child_iterator(), and i_.
|
inline |
Definition at line 160 of file config.hpp.
References i_.
|
inline |
Definition at line 149 of file config.hpp.
References i_.
|
inline |
Definition at line 151 of file config.hpp.
References i_.
|
inline |
Definition at line 162 of file config.hpp.
References i_.
|
friend |
Definition at line 169 of file config.hpp.
Definition at line 165 of file config.hpp.
Definition at line 166 of file config.hpp.
Definition at line 163 of file config.hpp.
Definition at line 164 of file config.hpp.
Definition at line 154 of file config.hpp.
Definition at line 155 of file config.hpp.
Definition at line 157 of file config.hpp.
Definition at line 156 of file config.hpp.
|
private |
Definition at line 168 of file config.hpp.
Referenced by operator!=(), operator*(), operator++(), operator+=(), operator--(), operator-=(), operator->(), operator==(), and operator[]().