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) const
Collection< 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) const
Collection< 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) const
List< T >
elm::isEmpty
(void)
Collection< T >
elm::concept::MutableCollection::isEmpty
(void)
Collection< T >
last
(void)
MutableList< T >
elm::concept::List::last
(void) const
List< T >
nth
(int i)
List< T >
elm::null
Collection< T >
static
null
Collection< 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) const
List< 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
typedef
Collection< T >
elm::concept::MutableCollection::self_t
typedef
Collection< T >
set
(const Iterator< T > &pos, const T &item)
MutableList< T >
elm::t
typedef
Collection< T >
elm::concept::MutableCollection::t
typedef
Collection< T >
Generated on Fri Jul 23 2021 11:32:46 for Elm by
1.8.17