|
mini-llvm 0.1.0
|
#include <HashMap.h>


Public Member Functions | |
| template<typename Key2 = Key> | |
| Value & | operator[] (const Key2 &key) |
| template<typename Key2 = Key> | |
| const Value & | operator[] (const Key2 &key) const |
| template<typename Key2 = Key> | |
| OptionalReference< Value > | get (const Key2 &key) |
| template<typename Key2 = Key> | |
| OptionalReference< const Value > | get (const Key2 &key) const |
| template<typename Key2 = Key, typename Value2 = Value> | |
| std::pair< iterator, bool > | put (Key2 &&key, Value2 &&value) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |