begin() (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | inline |
begin() const (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | inline |
clear(bool shrinkArray=0) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
const_iterator typedef (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
contains(const Key &key) const | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
empty() const | Common::HashMap< Key, Val, HashFunc, EqualFunc > | inline |
end() (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | inline |
end() const (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | inline |
erase(iterator entry) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
erase(const Key &key) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
find(const Key &key) (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | inline |
find(const Key &key) const (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | inline |
getOrCreateVal(const Key &key) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
getVal(const Key &key) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
getVal(const Key &key) const (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
getValOrDefault(const Key &key) const (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
getValOrDefault(const Key &key, const Val &defaultVal) const | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
HashMap() | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
HashMap(const HM_t &map) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
iterator typedef (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
operator=(const HM_t &map) (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | inline |
operator[](const Key &key) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
operator[](const Key &key) const | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
setVal(const Key &key, const Val &val) (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
size() const (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | inline |
size_type typedef (defined in Common::HashMap< Key, Val, HashFunc, EqualFunc >) | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
tryGetVal(const Key &key, Val &out) const | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |
~HashMap() | Common::HashMap< Key, Val, HashFunc, EqualFunc > | |