ScummVM API documentation
Common::HashMap< Key, Val, HashFunc, EqualFunc > Member List

This is the complete list of members for Common::HashMap< Key, Val, HashFunc, EqualFunc >, including all inherited members.

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) constCommon::HashMap< Key, Val, HashFunc, EqualFunc >
empty() constCommon::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) constCommon::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) constCommon::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) constCommon::HashMap< Key, Val, HashFunc, EqualFunc >
~HashMap()Common::HashMap< Key, Val, HashFunc, EqualFunc >