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

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

elm::add(const T &item)MutableCollection< T >
elm::concept::MutableCollection::add(const T &item)MutableCollection< T >
elm::addAll(const Collection< T > &items)MutableCollection< T >
elm::concept::MutableCollection::addAll(const Collection< T > &items)MutableCollection< T >
elm::begin(void) constCollection< T >
elm::concept::MutableCollection::begin()MutableCollection< T >
elm::concept::MutableCollection::begin()MutableCollection< T >
elm::clear(void)MutableCollection< T >
elm::concept::MutableCollection::clear(void)MutableCollection< T >
elm::contains(const T &item)Collection< T >
elm::concept::MutableCollection::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 >
elm::concept::MutableCollection::containsAll(const C< T > &collection)Collection< T >
elm::copy(const Collection< T > &items)MutableCollection< T >
elm::concept::MutableCollection::copy(const Collection< T > &items)MutableCollection< T >
elm::count(void)Collection< T >
elm::concept::MutableCollection::count(void)Collection< T >
elm::concept::MutableCollection::count(void)Collection< T >
elm::end(void) constCollection< T >
elm::concept::MutableCollection::end()MutableCollection< T >
elm::concept::MutableCollection::end()MutableCollection< T >
elm::equals(const Collection &coll)Collection< T >
elm::concept::MutableCollection::equals(const Collection &coll)Collection< T >
elm::concept::MutableCollection::equals(const Collection &coll)Collection< T >
get(int index)MutableArray< T >
elm::concept::Array::get(int index) constArray< T >
indexOf(const T &value, int start=0) constArray< T >
insert(int index, const T &item)ExpandableArray< T >
insert(const Iterator &iter, const T &item)ExpandableArray< T >
elm::isEmpty(void)Collection< T >
elm::concept::MutableCollection::isEmpty(void)Collection< T >
elm::concept::MutableCollection::isEmpty(void)Collection< T >
lastIndexOf(const T &value, int start=-1) constArray< T >
length(void)Array< T >
elm::nullCollection< T >static
nullCollection< T >static
elm::operator bool(void)Collection< T >
elm::concept::MutableCollection::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 >
elm::concept::MutableCollection::operator!=(const Collection &coll)Collection< T >
elm::operator+=(const T &item)MutableCollection< T >
elm::concept::MutableCollection::operator+=(const T &item)MutableCollection< T >
elm::operator-=(const T &item)MutableCollection< T >
elm::concept::MutableCollection::operator-=(const T &item)MutableCollection< T >
elm::operator=(const Collection< T > &c)MutableCollection< T >
elm::concept::MutableCollection::operator=(const Collection< T > &c)MutableCollection< T >
elm::operator==(const Collection &coll)Collection< T >
elm::concept::MutableCollection::operator==(const Collection &coll)Collection< T >
elm::concept::MutableCollection::operator==(const Collection &coll)Collection< T >
operator[](int index)MutableArray< T >
elm::concept::Array::operator[](int index) constArray< T >
elm::remove(const T &item)MutableCollection< T >
elm::remove(const Iterator< T > &iter)MutableCollection< T >
elm::concept::MutableCollection::remove(const T &item)MutableCollection< T >
elm::concept::MutableCollection::remove(const Iterator< T > &iter)MutableCollection< T >
elm::removeAll(const Collection< T > &items)MutableCollection< T >
elm::concept::MutableCollection::removeAll(const Collection< T > &items)MutableCollection< T >
removeAt(int index)ExpandableArray< T >
removeAt(const Iterator &iter)ExpandableArray< T >
elm::self_t typedefCollection< T >
elm::concept::MutableCollection::self_t typedefCollection< T >
elm::concept::MutableCollection::self_t typedefCollection< T >
set(int index, const T &item)MutableArray< T >
set(const Iterator &iter, const T &item)MutableArray< T >
shrink(int length)ExpandableArray< T >
elm::t typedefCollection< T >
elm::concept::MutableCollection::t typedefCollection< T >
elm::concept::MutableCollection::t typedefCollection< T >