Non-const iterator type. More...
#include <tpie/hash_map.h>
Inherits tpie::hash_set< key_t, hash_t, equal_t, index_t, table_t >::iter_base< IT >.
Public Member Functions | |
| value_t & | operator* () |
| value_t * | operator-> () |
| operator const_iterator () const | |
| bool | operator== (const const_iterator &o) const |
| bool | operator!= (const const_iterator &o) const |
| const value_t & | operator* () const |
| const value_t * | operator-> () const |
| bool | operator== (iter_base &o) const |
| bool | operator!= (iter_base &o) const |
| void | operator++ () |
Protected Attributes | |
| IT & | tbl |
| size_t | cur |
Friends | |
| class | hash_set |
Non-const iterator type.
Definition at line 651 of file hash_map.h.