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::AssocList< K, T, C, E, N > Member List

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

AssocList(void)elm::genstruct::AssocList< K, T, C, E, N >
AssocList(const AssocList &alist)elm::genstruct::AssocList< K, T, C, E, N >
contains(const T &item) const elm::genstruct::AssocList< K, T, C, E, N >
count(void) const elm::genstruct::AssocList< K, T, C, E, N >
find(const T &item)elm::genstruct::AssocList< K, T, C, E, N >
find(const T &item, const Iterator &iter)elm::genstruct::AssocList< K, T, C, E, N >
first(void) const elm::genstruct::AssocList< K, T, C, E, N >
get(const K &key) const elm::genstruct::AssocList< K, T, C, E, N >
get(const K &key, const T &def) const elm::genstruct::AssocList< K, T, C, E, N >
hasKey(const K &key) const elm::genstruct::AssocList< K, T, C, E, N >
isEmpty(void) const elm::genstruct::AssocList< K, T, C, E, N >
last(void) const elm::genstruct::AssocList< K, T, C, E, N >
operator bool(void) const elm::genstruct::AssocList< K, T, C, E, N >
put(const K &key, const T &value)elm::genstruct::AssocList< K, T, C, E, N >
remove(const K &key)elm::genstruct::AssocList< K, T, C, E, N >
remove(const PairIterator &iter)elm::genstruct::AssocList< K, T, C, E, N >