![]() |
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 86 of file hashmap.hpp.
|
inlineprivate |
Definition at line 133 of file hashmap.hpp.
Referenced by operator++(), and operator==().
|
inline |
|
inline |
|
inline |
Definition at line 117 of file hashmap.hpp.
|
inline |
Definition at line 122 of file hashmap.hpp.
|
inline |
Definition at line 127 of file hashmap.hpp.
|
friend |
Definition at line 88 of file hashmap.hpp.
Referenced by const_iterator(), and HashMap.
|
private |
Definition at line 134 of file hashmap.hpp.
Referenced by const_iterator(), and operator++().
|
private |
Definition at line 135 of file hashmap.hpp.
Referenced by const_iterator(), operator bool(), operator*(), operator++(), operator->(), and operator==().
|
private |
Definition at line 136 of file hashmap.hpp.
Referenced by const_iterator(), operator++(), and operator==().