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

This is the complete list of members for Array< 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 >
get(int index) constArray< T >
indexOf(const T &value, int start=0) constArray< T >
isEmpty(void)Collection< T >
lastIndexOf(const T &value, int start=-1) constArray< T >
length(void)Array< 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 index) constArray< T >
self_t typedefCollection< T >
t typedefCollection< T >