CVC3
|
inner classes More...
#include <hash_table.h>
Public Member Functions | |
iterator () | |
iterator (const iterator &other) | |
iterator & | operator= (const iterator &other) |
iterator & | operator++ () |
iterator | operator++ (int) |
value_type & | operator* () const |
value_type * | operator-> () const |
bool | operator== (const iterator &other) const |
bool | operator!= (const iterator &other) const |
Protected Member Functions | |
iterator (hash_table *hash_table, BucketNode *node) | |
methods | |
Protected Attributes | |
hash_table * | d_hash_table |
variables | |
BucketNode * | d_node |
Friends | |
class | hash_table |
class | const_iterator |
inner classes
Definition at line 633 of file hash_table.h.
|
inlineprotected |
methods
Definition at line 649 of file hash_table.h.
|
inline |
Definition at line 656 of file hash_table.h.
|
inline |
Definition at line 661 of file hash_table.h.
|
inline |
Definition at line 666 of file hash_table.h.
References Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_hash_table, and Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_node.
|
inline |
Definition at line 676 of file hash_table.h.
References Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::d_data, Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_hash_table, Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::BucketNode::d_next, Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_node, Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::BucketNode::d_value, DebugAssert, Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::end(), Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::extractKey(), Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::getBucketByIndex(), and Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::getBucketIndex().
|
inline |
Definition at line 708 of file hash_table.h.
|
inline |
Definition at line 714 of file hash_table.h.
References Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_node, and Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::BucketNode::d_value.
Referenced by Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator->().
|
inline |
Definition at line 718 of file hash_table.h.
References Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator*().
|
inline |
Definition at line 723 of file hash_table.h.
References Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_hash_table, Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_node, and DebugAssert.
|
inline |
Definition at line 730 of file hash_table.h.
|
friend |
Definition at line 634 of file hash_table.h.
|
friend |
Definition at line 635 of file hash_table.h.
|
protected |
variables
Definition at line 641 of file hash_table.h.
Referenced by Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator++(), Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator=(), and Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator==().
|
protected |
Definition at line 643 of file hash_table.h.
Referenced by Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator*(), Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator++(), Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator=(), and Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator==().