![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/data/ListMap.h>
Inheritance diagram for ListMap< K, T, C, E, A >::KeyIter:Public Member Functions | |
| KeyIter (void) | |
| KeyIter (const ListMap< K, T > &l) | |
| bool | ended (void) const |
| const K & | item (void) const |
| void | next (void) |
| bool | equals (const KeyIter &ii) |
Public Member Functions inherited from PreIterator< KeyIter, K > | |
| bool | operator() () const |
| bool | operator! () const |
| K | operator* () const |
| K | operator-> () const |
| KeyIter & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const KeyIter &i) const |
| bool | operator!= (const KeyIter &i) const |
Additional Inherited Members | |
Public Types inherited from PreIterator< KeyIter, K > | |
| typedef K | t |
| typedef K | return_t |
References List< T, E, A >::Iter::ended().
References List< T, E, A >::Iter::equals().
|
inline |
References List< T, E, A >::Iter::next().