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

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

begin(void) constCollection< T >
contains(const T &item)Collection< T >
containsAll(const C< T > &collection)Collection< T >
count(void)Collection< T >
end(void) constCollection< T >
equals(const Collection &coll)Collection< T >
find(const T &item)List< T >
find(const T &item, const Iterator &start)List< T >
first(void) constList< T >
isEmpty(void)Collection< T >
last(void) constList< T >
nth(int i)List< T >
nullCollection< T >static
nullCollection< T >static
operator bool(void)Collection< T >
operator!=(const Collection &coll)Collection< T >
operator==(const Collection &coll)Collection< T >
operator[](int i) constList< T >
self_t typedefCollection< T >
t typedefCollection< T >