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

This is the complete list of members for MutableMap< K, T >, including all inherited members.

begin(void) constCollection< T >
clear()MutableMap< K, T >
contains(const T &item)Collection< T >
containsAll(const C< T > &collection)Collection< T >
count(void)Collection< T >
end(void) constCollection< T >
equals(const Collection &coll)Collection< T >
get(const K &key) constMap< K, T >
get(const K &key, const T &def) constMap< K, T >
hasKey(const K &key) constMap< K, T >
isEmpty(void)Collection< T >
keys() constMap< K, T >
nullCollection< T >static
nullCollection< T >static
operator bool(void)Collection< T >
operator!=(const Collection &coll)Collection< T >
operator==(const Collection &coll)Collection< T >
operator[](const K &k)MutableMap< K, T >
elm::concept::Map::operator[](const K &k) constMap< K, T >
pairs() constMap< K, T >
put(const K &key, const T &value)MutableMap< K, T >
remove(const Collection< T >::Iter &iter)MutableMap< K, T >
removeByKey(const K &key)MutableMap< K, T >
self_t typedefCollection< T >
t typedefCollection< T >