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::concept::Map< K, T > Member List

This is the complete list of members for elm::concept::Map< K, T >, including all inherited members.

contains(const Pair< K, T > &item)elm::concept::Collection< Pair< K, T > >
containsAll(const C< Pair< K, T > > &collection)elm::concept::Collection< Pair< K, T > >
count(void)elm::concept::Collection< Pair< K, T > >
get(const K &key) const elm::concept::Map< K, T >
get(const K &key, const T &def) const elm::concept::Map< K, T >
hasKey(const K &key) const elm::concept::Map< K, T >
isEmpty(void)elm::concept::Collection< Pair< K, T > >
operator bool(void)elm::concept::Collection< Pair< K, T > >