#include <OtherHashMaps.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef ::std::forward_iterator_tag | iterator_category |
typedef const value_type * | pointer |
typedef const value_type & | reference |
typedef item_iterator< Item > | self_type |
typedef const Item::value_type | value_type |
Public Member Functions | |
bool | good () const |
item_iterator () | |
item_iterator (const Item *it) | |
bool | operator!= (const self_type &other) const |
const value_type & | operator* () const |
self_type & | operator++ () |
const value_type * | operator-> () const |
bool | operator== (const self_type &other) const |
Private Attributes | |
const Item * | it_ |
Definition at line 83 of file OtherHashMaps.h.
typedef ptrdiff_t cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::item_iterator< Item >::difference_type |
Definition at line 89 of file OtherHashMaps.h.
typedef ::std::forward_iterator_tag cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::item_iterator< Item >::iterator_category |
Definition at line 85 of file OtherHashMaps.h.
typedef const value_type* cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::item_iterator< Item >::pointer |
Definition at line 88 of file OtherHashMaps.h.
typedef const value_type& cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::item_iterator< Item >::reference |
Definition at line 87 of file OtherHashMaps.h.
typedef item_iterator<Item> cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::item_iterator< Item >::self_type |
Definition at line 90 of file OtherHashMaps.h.
typedef const Item::value_type cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::item_iterator< Item >::value_type |
Definition at line 86 of file OtherHashMaps.h.
|
inline |
Definition at line 92 of file OtherHashMaps.h.
|
inline |
Definition at line 93 of file OtherHashMaps.h.
|
inline |
Definition at line 102 of file OtherHashMaps.h.
|
inline |
Definition at line 101 of file OtherHashMaps.h.
References cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::item_iterator< Item >::it_.
|
inline |
Definition at line 94 of file OtherHashMaps.h.
|
inline |
Definition at line 96 of file OtherHashMaps.h.
|
inline |
Definition at line 95 of file OtherHashMaps.h.
|
inline |
Definition at line 100 of file OtherHashMaps.h.
References cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::item_iterator< Item >::it_.
|
private |