#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 210 of file config.hpp.
typedef Itor::difference_type config::child_iterator::difference_type |
Definition at line 217 of file config.hpp.
typedef std::random_access_iterator_tag config::child_iterator::iterator_category |
Definition at line 213 of file config.hpp.
typedef child_list::iterator config::child_iterator::Itor |
Definition at line 216 of file config.hpp.
typedef config* config::child_iterator::pointer |
Definition at line 214 of file config.hpp.
typedef config& config::child_iterator::reference |
Definition at line 215 of file config.hpp.
Definition at line 218 of file config.hpp.
Definition at line 212 of file config.hpp.
|
inlineexplicit |
Definition at line 219 of file config.hpp.
Referenced by operator++(), and operator--().
|
inline |
Definition at line 230 of file config.hpp.
|
inline |
Definition at line 232 of file config.hpp.
References i.
|
inline |
Definition at line 226 of file config.hpp.
References i_.
|
inline |
Definition at line 221 of file config.hpp.
References i_.
|
inline |
Definition at line 222 of file config.hpp.
References child_iterator(), and i_.
|
inline |
Definition at line 239 of file config.hpp.
|
inline |
Definition at line 223 of file config.hpp.
References i_.
|
inline |
Definition at line 224 of file config.hpp.
References child_iterator(), and i_.
|
inline |
Definition at line 240 of file config.hpp.
|
inline |
Definition at line 227 of file config.hpp.
References i_.
|
inline |
Definition at line 229 of file config.hpp.
|
inline |
Definition at line 231 of file config.hpp.
References i.
|
inline |
Definition at line 242 of file config.hpp.
|
friend |
Definition at line 249 of file config.hpp.
Definition at line 245 of file config.hpp.
Definition at line 246 of file config.hpp.
Definition at line 243 of file config.hpp.
Definition at line 244 of file config.hpp.
Definition at line 234 of file config.hpp.
Definition at line 235 of file config.hpp.
Definition at line 237 of file config.hpp.
Definition at line 236 of file config.hpp.
|
private |
Definition at line 248 of file config.hpp.
Referenced by operator!=(), operator*(), operator++(), operator+=(), operator--(), operator-=(), operator->(), operator==(), and operator[]().