Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/util/IndexedIterator.h>
Public Member Functions | |
IndexedIterator (void) | |
IndexedIterator (const C &collection) | |
IndexedIterator (const this_t &iter) | |
this_t & | operator= (const this_t &iter) |
bool | ended (void) const |
const T & | item (void) const |
void | next (void) |
Public Member Functions inherited from PreIterator< I, const T & > | |
bool | operator() () const |
bool | operator! () const |
const T & | operator* () const |
const T & | operator-> () const |
I & | operator++ () |
void | operator++ (int) |
bool | operator== (const I &i) const |
bool | operator!= (const I &i) const |
Additional Inherited Members | |
Public Types inherited from PreIterator< I, const T & > | |
typedef const T & | t |
typedef const T & | return_t |
|
inline |
|
inline |
|
inline |
|
inline |