![]() |
MOS Source Code
|
#include <hashmap.hpp>
Public Member Functions | |
| const_iterator & | operator++ () |
| bool | operator== (const const_iterator &other) const |
| const entry_type & | operator* () const |
| const entry_type * | operator-> () const |
| operator bool () const | |
Private Member Functions | |
| const_iterator (const HashMap *map, size_t bucket, const chain *item) | |
Private Attributes | |
| const HashMap * | map |
| const chain * | item |
| size_t | bucket |
Friends | |
| class | HashMap |
Definition at line 87 of file hashmap.hpp.
|
inlineprivate |
Definition at line 134 of file hashmap.hpp.
Referenced by operator++(), and operator==().
|
inline |
|
inline |
|
inline |
Definition at line 118 of file hashmap.hpp.
|
inline |
Definition at line 123 of file hashmap.hpp.
|
inline |
Definition at line 128 of file hashmap.hpp.
|
friend |
Definition at line 89 of file hashmap.hpp.
Referenced by const_iterator(), and HashMap.
|
private |
Definition at line 135 of file hashmap.hpp.
Referenced by const_iterator(), and operator++().
|
private |
Definition at line 136 of file hashmap.hpp.
Referenced by const_iterator(), operator bool(), operator*(), operator++(), operator->(), and operator==().
|
private |
Definition at line 137 of file hashmap.hpp.
Referenced by const_iterator(), operator++(), and operator==().