![]() |
MOS Source Code
|
#include <hashmap.hpp>
Public Member Functions | |
| iterator & | operator++ () |
| bool | operator== (const iterator &other) const |
| entry_type & | operator* () |
| entry_type * | operator-> () |
| operator bool () | |
Private Member Functions | |
| iterator (HashMap *map, size_t bucket, chain *item) | |
Private Attributes | |
| HashMap * | map |
| chain * | item |
| size_t | bucket |
Friends | |
| class | HashMap |
Definition at line 35 of file hashmap.hpp.
|
inlineprivate |
Definition at line 81 of file hashmap.hpp.
Referenced by operator++(), and operator==().
|
inline |
|
inline |
Definition at line 66 of file hashmap.hpp.
|
inline |
Definition at line 70 of file hashmap.hpp.
|
inline |
Definition at line 75 of file hashmap.hpp.
|
friend |
Definition at line 37 of file hashmap.hpp.
Referenced by HashMap, and iterator().
|
private |
Definition at line 82 of file hashmap.hpp.
Referenced by iterator(), and operator++().
|
private |
Definition at line 83 of file hashmap.hpp.
Referenced by iterator(), operator bool(), operator*(), operator++(), operator->(), and operator==().
|
private |
Definition at line 84 of file hashmap.hpp.
Referenced by iterator(), operator++(), and operator==().