|
|
|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::sys::hashmap_iterator< IK, IV > Class Template Reference#include <core_hashmap.h>
List of all members. template<class IK, class IV>
class acdk::lang::sys::hashmap_iterator< IK, IV >
|
Public Types |
typedef acdk::lang::sys::core_pair<
IK, IV > | value_type |
Public Member Functions |
| | hashmap_iterator (int pos, core_flathashmap< IK, IV > &map) |
| void | seekNext () |
| bool | operator== (const hashmap_iterator< IK, IV > &other) const |
| bool | operator!= (const hashmap_iterator< IK, IV > &other) const |
| bool | operator< (const hashmap_iterator< IK, IV > &other) const |
| bool | operator<= (const hashmap_iterator< IK, IV > &other) const |
| bool | operator> (const hashmap_iterator< IK, IV > &other) const |
| bool | operator>= (const hashmap_iterator< IK, IV > &other) const |
| void | operator++ () |
| IK & | key () |
| IV & | value () |
| value_type & | operator * () |
Private Attributes |
| int | _curpos |
| core_flathashmap< IK, IV > & | _map |
Friends |
| class | core_flathashmap< IK, IV > |
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
Friends And Related Function Documentation
Member Data Documentation
|
|