commore
1.0.6-SNAPSHOT
|
#include <HMap.h>
Public Member Functions | |
hash_table_const_iterator () | |
hash_table_const_iterator (hash_node< T > **buckets, size_t length, hash_node< T > *node) | |
hash_table_const_iterator (const hash_table_const_iterator< T > &other) | |
hash_table_const_iterator (const hash_table_iterator< T > &other) | |
~hash_table_const_iterator () | |
hash_table_const_iterator< T > & | operator= (const hash_table_const_iterator< T > &other) |
const T & | operator* () const |
hash_table_const_iterator< T > & | operator++ () |
hash_table_const_iterator< T > | operator++ (int) |
bool | operator== (const hash_table_const_iterator< T > &other) const |
bool | operator!= (const hash_table_const_iterator< T > &other) const |
hash_node< T > * | next (hash_node< T > *node) |
Public Attributes | |
hash_node< T > ** | buckets_ |
hash_node< T > * | node_ |
size_t | length_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
hash_node< T > * commore::hash_table_const_iterator< T >::next | ( | hash_node< T > * | node | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
hash_node< T >** commore::hash_table_const_iterator< T >::buckets_ |
size_t commore::hash_table_const_iterator< T >::length_ |
hash_node< T >* commore::hash_table_const_iterator< T >::node_ |