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::AVLMap< K, T, C > Member List

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

count(void) const elm::genstruct::AVLMap< K, T, C >
get(const K &key) const elm::genstruct::AVLMap< K, T, C >
get(const K &key, const T &def) const elm::genstruct::AVLMap< K, T, C >
get(const K &key)elm::genstruct::AVLMap< K, T, C >
get(const K &key, T &def)elm::genstruct::AVLMap< K, T, C >
hasKey(const K &key) const elm::genstruct::AVLMap< K, T, C >
put(const K &key, const T &value)elm::genstruct::AVLMap< K, T, C >
remove(const K &key)elm::genstruct::AVLMap< K, T, C >
remove(const PairIterator &iter)elm::genstruct::AVLMap< K, T, C >