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::MutableList< T > Member List

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

add(const T &item)elm::concept::MutableCollection< T >
addAfter(const Iterator< T > &pos, const T &item)elm::concept::MutableList< T >
addAll(const Collection< T > &items)elm::concept::MutableCollection< T >
addBefore(const Iterator< T > &pos, const T &item)elm::concept::MutableList< T >
addFirst(const T &item)elm::concept::MutableList< T >
addLast(const T &item)elm::concept::MutableList< T >
clear(void)elm::concept::MutableCollection< T >
elm::contains(const T &item)elm::concept::Collection< T >
elm::concept::MutableCollection::contains(const T &item)elm::concept::Collection< T >
elm::containsAll(const C< T > &collection)elm::concept::Collection< T >
elm::concept::MutableCollection::containsAll(const C< T > &collection)elm::concept::Collection< T >
elm::count(void)elm::concept::Collection< T >
elm::concept::MutableCollection::count(void)elm::concept::Collection< T >
find(const T &item)elm::concept::List< T >
find(const T &item, const Iterator &start)elm::concept::List< T >
first(void)elm::concept::List< T >
elm::isEmpty(void)elm::concept::Collection< T >
elm::concept::MutableCollection::isEmpty(void)elm::concept::Collection< T >
last(void)elm::concept::List< T >
elm::operator bool(void)elm::concept::Collection< T >
elm::concept::MutableCollection::operator bool(void)elm::concept::Collection< T >
remove(const T &item)elm::concept::MutableCollection< T >
remove(const Iterator< T > &iter)elm::concept::MutableCollection< T >
removeAll(const Collection< T > &items)elm::concept::MutableCollection< T >
removeFirst(void)elm::concept::MutableList< T >
removeLast(void)elm::concept::MutableList< T >
set(const Iterator< T > &pos, const T &item)elm::concept::MutableList< T >