#include <iterable.hpp>


Definition at line 84 of file iterable.hpp.
Public Member Functions | |
| bool | is_valid () const |
| iterator (const iterator &i) | |
| T & | operator* () |
| iterator & | operator++ () |
| T * | operator-> () |
| iterator & | operator= (const iterator &i) |
Private Member Functions | |
| iterator (const iterable &parent) | |
Definition at line 88 of file iterable.hpp.
Definition at line 90 of file iterable.hpp.
| bool is_valid | ( | ) | const [inline] |
| T& operator* | ( | ) | [inline] |
| iterator& operator++ | ( | ) | [inline] |
Definition at line 96 of file iterable.hpp.
| T* operator-> | ( | ) | [inline] |
Definition at line 91 of file iterable.hpp.
1.5.5