#include <stl_hashtable.h>
Public Types | |
typedef hashtable<_Val,_Key, _HashFcn,_ExtractKey,_EqualKey, _Alloc> | _Hashtable |
typedef _Hashtable_iterator< _Val,_Key,_HashFcn, _ExtractKey, _EqualKey,_Alloc> | iterator |
typedef _Hashtable_const_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc> | const_iterator |
typedef _Hashtable_node<_Val> | _Node |
typedef forward_iterator_tag | iterator_category |
typedef _Val | value_type |
typedef ptrdiff_t | difference_type |
typedef size_t | size_type |
typedef const _Val& | reference |
typedef const _Val* | pointer |
Public Methods | |
_Hashtable_const_iterator (const _Node *__n, const _Hashtable *__tab) | |
_Hashtable_const_iterator () | |
_Hashtable_const_iterator (const iterator &__it) | |
reference | operator * () const |
pointer | operator-> () const |
const_iterator& | operator++ () |
const_iterator | operator++ (int) |
bool | operator== (const const_iterator &__it) const |
bool | operator!= (const const_iterator &__it) const |
Public Attributes | |
const _Node* | _M_cur |
const _Hashtable* | _M_ht |
|
Definition at line 110 of file stl_hashtable.h. |
|
Definition at line 117 of file stl_hashtable.h. |
|
Definition at line 116 of file stl_hashtable.h. |
|
Definition at line 121 of file stl_hashtable.h. |
|
Definition at line 113 of file stl_hashtable.h. |
|
Definition at line 119 of file stl_hashtable.h. |
|
Definition at line 124 of file stl_hashtable.h. |
|
Definition at line 123 of file stl_hashtable.h. |
|
Definition at line 122 of file stl_hashtable.h. |
|
Definition at line 120 of file stl_hashtable.h. |
|
Definition at line 129 of file stl_hashtable.h. |
|
Definition at line 131 of file stl_hashtable.h. |
|
Definition at line 132 of file stl_hashtable.h. |
|
Definition at line 134 of file stl_hashtable.h. Referenced by operator->(). |
|
Definition at line 140 of file stl_hashtable.h. |
|
Definition at line 553 of file stl_hashtable.h. |
|
|
|
Definition at line 135 of file stl_hashtable.h. |
|
Definition at line 138 of file stl_hashtable.h. |
|
Definition at line 126 of file stl_hashtable.h. |
|
Definition at line 127 of file stl_hashtable.h. |