#include <hash_noptr.h>
Public Member Functions | |
const_iterator (const Hash< Data > &hash_, cntr id_=0) | |
default constructors | |
~const_iterator () | |
destructor | |
const_iterator (const const_iterator &it) | |
copy constructor | |
const_iterator & | operator= (const const_iterator &it) |
assignment operator | |
bool | operator== (const const_iterator &it) const |
equality operator | |
bool | operator!= (const const_iterator &it) const |
inequality operator | |
bool | operator() () const |
validation operator | |
const Key & | key () const |
key accessor | |
const Data & | operator* () const |
value accessor | |
const_iterator & | operator++ () |
accesses the next position | |
const_iterator (Hash< Data > &hash_, Key id_=0) | |
default constructors | |
~const_iterator () | |
destructor | |
const_iterator (const const_iterator &it) | |
copy constructor | |
const_iterator & | operator= (const const_iterator &it) |
assignment operator | |
bool | operator== (const const_iterator &it) const |
equality operator | |
bool | operator!= (const const_iterator &it) const |
inequality operator | |
bool | operator() () const |
validation operator | |
const Key & | key () const |
key accessor | |
const Data & | operator* () const |
value accessor | |
const_iterator & | operator++ () |
accesses the next position |