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

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

add(const T &item)elm::concept::MutableCollection< T >
addAll(const Collection< T > &items)elm::concept::MutableCollection< 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 >
get(int index)elm::concept::MutableArray< T >
elm::concept::Array::get(int index) const elm::concept::Array< T >
indexOf(const T &value, int start=0) const elm::concept::Array< T >
insert(int index, const T &item)elm::concept::MutableArray< T >
insert(const Iterator &iter, const T &item)elm::concept::MutableArray< T >
elm::isEmpty(void)elm::concept::Collection< T >
elm::concept::MutableCollection::isEmpty(void)elm::concept::Collection< T >
lastIndexOf(const T &value, int start=-1) const elm::concept::Array< T >
length(void)elm::concept::Array< T >
elm::operator bool(void)elm::concept::Collection< T >
elm::concept::MutableCollection::operator bool(void)elm::concept::Collection< T >
operator[](int index)elm::concept::MutableArray< T >
elm::concept::Array::operator[](int index) const elm::concept::Array< 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 >
removeAt(int index)elm::concept::MutableArray< T >
removeAt(const Iterator &iter)elm::concept::MutableArray< T >
set(int index, const T &item)elm::concept::MutableArray< T >
set(const Iterator &iter, const T &item)elm::concept::MutableArray< T >
shrink(int length)elm::concept::MutableArray< T >