Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
HashTable< T, H, A > Member List

This is the complete list of members for HashTable< T, H, A >, including all inherited members.

add(const T &data)HashTable< T, H, A >inline
addAll(const C &c)HashTable< T, H, A >inline
alloc() constDefaultAllocatorDelegateinline
allocate(t::size size) constDefaultAllocatorDelegateinline
allocator() constHashTable< T, H, A >inline
allocator()HashTable< T, H, A >inline
begin() constHashTable< T, H, A >inline
clear(void)HashTable< T, H, A >inline
computeHash(const T &key) constHashKey< T >inline
contains(const T &x) constHashTable< T, H, A >inline
contains_const(const T &x) constHashTable< T, H, A >inline
containsAll(const CC &c) constHashTable< T, H, A >inline
containsAll_const(const CC &c) constHashTable< T, H, A >inline
copy(const HashTable< T, H > &t)HashTable< T, H, A >inline
count(void) constHashTable< T, H, A >inline
end() constHashTable< T, H, A >inline
equals(const HashTable< T > &h) constHashTable< T, H, A >inline
elm::HashKey::equals(const T &key1, const T &key2)HashKey< T >inlinestatic
equals_const(const HashTable< T > &h) constHashTable< T, H, A >inline
exists(const T &key) constHashTable< T, H, A >inline
exists_const(const T &key) constHashTable< T, H, A >inline
find(const T &key) constHashTable< T, H, A >inlineprotected
find_const(const T &key) constHashTable< T, H, A >inlineprotected
free(t::ptr p) constDefaultAllocatorDelegateinline
get(const T &key) constHashTable< T, H, A >inline
get(const T &key)HashTable< T, H, A >inline
get_const(const T &key) constHashTable< T, H, A >inline
hash() constHashTable< T, H, A >inline
hash()HashTable< T, H, A >inline
elm::HashKey::hash(const T &key)HashKey< T >inlinestatic
HashTable(int _size=211)HashTable< T, H, A >inline
HashTable(const self_t &h)HashTable< T, H, A >inline
hasKey(const T &key) constHashTable< T, H, A >inline
hasKey_const(const T &key) constHashTable< T, H, A >inline
isEmpty(void) constHashTable< T, H, A >inline
isEqual(const T &key1, const T &key2) constHashKey< T >inline
operator bool() constHashTable< T, H, A >inline
operator!=(const HashTable< T > &t) constHashTable< T, H, A >inline
operator+=(const T &x)HashTable< T, H, A >inline
operator-=(const T &x)HashTable< T, H, A >inline
operator=(const HashTable< T, H > &c)HashTable< T, H, A >inline
operator==(const HashTable< T > &t) constHashTable< T, H, A >inline
put(const T &data)HashTable< T, H, A >inline
putAll(const CC &c)HashTable< T, H, A >inline
remove(const T &key)HashTable< T, H, A >inline
remove(const Iter &i)HashTable< T, H, A >inline
removeAll(const C &c)HashTable< T, H, A >inline
self_t typedefHashTable< T, H, A >
~HashTable(void)HashTable< T, H, A >inline