#include <FastHash.h>
Inheritance diagram for hudson::FastHashMap< Key, Value, hasher, NeedsDelete, collectStats >:

Public Member Functions | |
| FastHashMap () | |
| FastHashMap (size_t size_hint) | |
| Value & | operator[] (const Key &k) |
| Value & | findOrDie (const Key &k) |
| const Value & | findOrDie (const Key &k) const |
| pair< typename super::iterator, bool > | insert (const Key &key, const Value &val) |
| pair< typename super::iterator, bool > | insert (const Key &key) |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
insert() the key, with a default-constructed value. Useful for non-copyable values. Reimplemented from hudson::FastHashBase< Key, Value, hasher, NeedsDelete, collectStats >. |
|
||||||||||||||||
|
insert() the key and value. |
|
||||||||||
|
Find-or-insert k, and allow writing to the entry. |
1.4.6