#include <hash_table.h>
Collaboration diagram for Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator:
Definition at line 742 of file hash_table.h.
Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::const_iterator | ( | hash_table const * | hash_table, | |
const BucketNode * | node | |||
) | [inline, protected] |
Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::const_iterator | ( | ) | [inline] |
Definition at line 764 of file hash_table.h.
Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::const_iterator | ( | const const_iterator & | other | ) | [inline] |
Definition at line 769 of file hash_table.h.
Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::const_iterator | ( | const iterator & | other | ) | [inline] |
Definition at line 774 of file hash_table.h.
const_iterator& Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator= | ( | const const_iterator & | other | ) | [inline] |
const_iterator& Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator++ | ( | ) | [inline] |
const_iterator Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator++ | ( | int | ) | [inline] |
Definition at line 820 of file hash_table.h.
const value_type& Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator * | ( | ) | const [inline] |
Definition at line 826 of file hash_table.h.
const value_type* Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator-> | ( | ) | const [inline] |
bool Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator== | ( | const const_iterator & | other | ) | const [inline] |
bool Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator!= | ( | const const_iterator & | other | ) | const [inline] |
Definition at line 842 of file hash_table.h.
friend class hash_table [friend] |
Definition at line 743 of file hash_table.h.
const hash_table* Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::d_hash_table [protected] |
variables
Definition at line 749 of file hash_table.h.
Referenced by Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator=(), and Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator==().
const BucketNode* Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::d_node [protected] |