![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/data/HashMap.h>
Inheritance diagram for HashMap< K, T, H, A, E >::KeyIter:Public Member Functions | |
| KeyIter (const self_t &htab) | |
| KeyIter (const self_t &htab, bool end) | |
| bool | ended (void) const |
| const K & | item (void) const |
| void | next (void) |
| bool | equals (const KeyIter &it) const |
Public Member Functions inherited from InplacePreIterator< KeyIter, K > | |
| bool | operator() () const |
| bool | operator! () const |
| const K & | operator* () const |
| 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 InplacePreIterator< KeyIter, K > | |
| typedef K | t |
| typedef const K & | return_t |
Iterator on the keys of the map.
|
inline |
References HashTable< T, H, A >::Iter::item().