#include <iterable.hpp>


Definition at line 68 of file iterable.hpp.
Public Member Functions | |
| const_iterator (const const_iterator &ci) | |
| bool | is_valid () const |
| const T & | operator* () const |
| const_iterator & | operator++ () |
| const T * | operator-> () const |
| const_iterator & | operator= (const const_iterator &ci) |
Private Member Functions | |
| const_iterator (const iterable &parent) | |
| const_iterator | ( | const iterable & | parent | ) | [inline, private] |
Definition at line 72 of file iterable.hpp.
| const_iterator | ( | const const_iterator & | ci | ) | [inline] |
Definition at line 74 of file iterable.hpp.
| bool is_valid | ( | ) | const [inline] |
Definition at line 77 of file iterable.hpp.
Referenced by iterable::find_value(), and dictionary::operator==().
| const T& operator* | ( | ) | const [inline] |
| const_iterator& operator++ | ( | ) | [inline] |
Definition at line 80 of file iterable.hpp.
| const T* operator-> | ( | ) | const [inline] |
| const_iterator& operator= | ( | const const_iterator & | ci | ) | [inline] |
Definition at line 75 of file iterable.hpp.
1.5.5