![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/data/Range.h>
Inheritance diagram for Range< I >::Iter:Public Types | |
| typedef Range | collec_t |
Public Types inherited from PreIterator< Iter, t > | |
| typedef t | t |
| typedef t | return_t |
Public Member Functions | |
| Iter (const Range &collection) | |
| Iter (const Range &collection, const I &ii) | |
| bool | ended (void) const |
| I::return_t | item (void) const |
| void | next (void) |
| bool | equals (const Iter &ii) const |
Public Member Functions inherited from PreIterator< Iter, t > | |
| bool | operator() () const |
| bool | operator! () const |
| t | operator* () const |
| t | operator-> () const |
| Iter & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const Iter &i) const |
| bool | operator!= (const Iter &i) const |
|
inline |