Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
MutableList< T > Member List

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

add(const T &item)MutableCollection< T >
addAfter(const Iter< T > &pos, const T &item)MutableList< T >
addAll(const Collection< T > &items)MutableCollection< T >
addBefore(const Iter< T > &pos, const T &item)MutableList< T >
addFirst(const T &item)MutableList< T >
addLast(const T &item)MutableList< T >
elm::begin(void) constCollection< T >
elm::concept::MutableCollection::begin()MutableCollection< T >
clear(void)MutableCollection< T >
elm::contains(const T &item)Collection< T >
elm::concept::MutableCollection::contains(const T &item)Collection< T >
elm::containsAll(const C< T > &collection)Collection< T >
elm::concept::MutableCollection::containsAll(const C< T > &collection)Collection< T >
copy(const Collection< T > &items)MutableCollection< T >
elm::count(void)Collection< T >
elm::concept::MutableCollection::count(void)Collection< T >
elm::end(void) constCollection< T >
elm::concept::MutableCollection::end()MutableCollection< T >
elm::equals(const Collection &coll)Collection< T >
elm::concept::MutableCollection::equals(const Collection &coll)Collection< T >
find(const T &item)List< T >
find(const T &item, const Iterator &start)List< T >
first(void)MutableList< T >
elm::concept::List::first(void) constList< T >
elm::isEmpty(void)Collection< T >
elm::concept::MutableCollection::isEmpty(void)Collection< T >
last(void)MutableList< T >
elm::concept::List::last(void) constList< T >
nth(int i)List< T >
elm::nullCollection< T >static
nullCollection< T >static
elm::operator bool(void)Collection< T >
elm::concept::MutableCollection::operator bool(void)Collection< T >
elm::operator!=(const Collection &coll)Collection< T >
elm::concept::MutableCollection::operator!=(const Collection &coll)Collection< T >
operator+=(const T &item)MutableCollection< T >
operator-=(const T &item)MutableCollection< T >
operator=(const Collection< T > &c)MutableCollection< T >
elm::operator==(const Collection &coll)Collection< T >
elm::concept::MutableCollection::operator==(const Collection &coll)Collection< T >
operator[](int i)MutableList< T >
elm::concept::List::operator[](int i) constList< T >
remove(const T &item)MutableCollection< T >
remove(const Iterator< T > &iter)MutableCollection< T >
removeAfter(const Iter< T > &pos)MutableList< T >
removeAll(const Collection< T > &items)MutableCollection< T >
removeBefore(const Iter< T > &pos)MutableList< T >
removeFirst(void)MutableList< T >
removeLast(void)MutableList< T >
elm::self_t typedefCollection< T >
elm::concept::MutableCollection::self_t typedefCollection< T >
set(const Iterator< T > &pos, const T &item)MutableList< T >
elm::t typedefCollection< T >
elm::concept::MutableCollection::t typedefCollection< T >