![]() |
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 34 of file hashmap.hpp.
|
inlineprivate |
Definition at line 80 of file hashmap.hpp.
Referenced by operator++(), and operator==().
|
inline |
|
inline |
Definition at line 65 of file hashmap.hpp.
|
inline |
Definition at line 69 of file hashmap.hpp.
|
inline |
Definition at line 74 of file hashmap.hpp.
|
friend |
Definition at line 36 of file hashmap.hpp.
Referenced by HashMap, and iterator().
|
private |
Definition at line 81 of file hashmap.hpp.
Referenced by iterator(), and operator++().
|
private |
Definition at line 82 of file hashmap.hpp.
Referenced by iterator(), operator bool(), operator*(), operator++(), operator->(), and operator==().
|
private |
Definition at line 83 of file hashmap.hpp.
Referenced by iterator(), operator++(), and operator==().