Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for Map< K, T >, including all inherited members.
begin(void) const | Collection< T > | |
contains(const T &item) | Collection< T > | |
containsAll(const C< T > &collection) | Collection< T > | |
count(void) | Collection< T > | |
end(void) const | Collection< T > | |
equals(const Collection &coll) | Collection< T > | |
get(const K &key) const | Map< K, T > | |
get(const K &key, const T &def) const | Map< K, T > | |
hasKey(const K &key) const | Map< K, T > | |
isEmpty(void) | Collection< T > | |
keys() const | Map< K, T > | |
null | Collection< T > | static |
null | Collection< T > | static |
operator bool(void) | Collection< T > | |
operator!=(const Collection &coll) | Collection< T > | |
operator==(const Collection &coll) | Collection< T > | |
operator[](const K &k) const | Map< K, T > | |
pairs() const | Map< K, T > | |
self_t typedef | Collection< T > | |
t typedef | Collection< T > |