![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/data/HashTable.h>
Inheritance diagram for HashTable< T, H, A >::Iter:Public Member Functions | |
| Iter (const self_t &htab) | |
| Iter (const self_t &htab, bool end) | |
| const T & | item (void) const |
Public Member Functions inherited from InplacePreIterator< Iter, T > | |
| bool | operator() () const |
| bool | operator! () const |
| const T & | operator* () const |
| const T & | operator-> () const |
| Iter & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const Iter &i) const |
| bool | operator!= (const Iter &i) const |
Additional Inherited Members | |
Public Types inherited from InplacePreIterator< Iter, T > | |
| typedef T | t |
| typedef const T & | return_t |
Iterator on the items of the table.
|
inline |