Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::genstruct::HashTable< K, T, H > Member List

This is the complete list of members for elm::genstruct::HashTable< K, T, H >, including all inherited members.

add(const K &key, const T &value)elm::genstruct::HashTable< K, T, H >
clear(void)elm::genstruct::HashTable< K, T, H >
count(void) const elm::genstruct::HashTable< K, T, H >
exists(const K &key)elm::genstruct::HashTable< K, T, H >
get(const K &key)elm::genstruct::HashTable< K, T, H >
get(const K &key, const T &def_value)elm::genstruct::HashTable< K, T, H >
HashTable(int _size=211)elm::genstruct::HashTable< K, T, H >
hasKey(const K &key)elm::genstruct::HashTable< K, T, H >
isEmpty(void) const elm::genstruct::HashTable< K, T, H >
operator[](const K &key)elm::genstruct::HashTable< K, T, H >
put(const K &key, const T &value)elm::genstruct::HashTable< K, T, H >
putAll(const HashTable< K, T, H > &htab)elm::genstruct::HashTable< K, T, H >
remove(const K &key)elm::genstruct::HashTable< K, T, H >
~HashTable(void)elm::genstruct::HashTable< K, T, H >