#include <stl_hashtable.h>
Collaboration diagram for std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >:
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 _Val & | reference |
typedef _Val * | pointer |
Public Methods | |
_Hashtable_iterator (_Node *__n, _Hashtable *__tab) | |
_Hashtable_iterator () | |
reference | operator * () const |
pointer | operator-> () const |
iterator & | operator++ () |
iterator | operator++ (int) |
bool | operator== (const iterator &__it) const |
bool | operator!= (const iterator &__it) const |
Public Attributes | |
_Node * | _M_cur |
_Hashtable * | _M_ht |
|
Definition at line 102 of file stl_hashtable.h. Referenced by std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::_Hashtable_iterator(). |
|
Definition at line 109 of file stl_hashtable.h. |
|
Definition at line 108 of file stl_hashtable.h. |
|
Definition at line 113 of file stl_hashtable.h. |
|
Definition at line 105 of file stl_hashtable.h. |
|
Definition at line 111 of file stl_hashtable.h. |
|
Definition at line 116 of file stl_hashtable.h. Referenced by std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::operator->(). |
|
Definition at line 115 of file stl_hashtable.h. Referenced by std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::operator *(). |
|
Definition at line 114 of file stl_hashtable.h. Referenced by std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::operator++(). |
|
Definition at line 112 of file stl_hashtable.h. |
|
|
Definition at line 123 of file stl_hashtable.h. |
|
|
Definition at line 130 of file stl_hashtable.h. References std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::_M_cur. |
|
Definition at line 557 of file stl_hashtable.h. |
|
|
Definition at line 125 of file stl_hashtable.h. References std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::operator *(), and std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::pointer. |
|
Definition at line 128 of file stl_hashtable.h. References std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::_M_cur. |
|
|
Definition at line 119 of file stl_hashtable.h. Referenced by std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::_Hashtable_iterator(), and std::_Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::operator++(). |