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

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

contains(const T &item)elm::concept::Collection< T >
containsAll(const C< T > &collection)elm::concept::Collection< T >
count(void)elm::concept::Collection< T >
get(int index) const elm::concept::Array< T >
indexOf(const T &value, int start=0) const elm::concept::Array< T >
isEmpty(void)elm::concept::Collection< T >
lastIndexOf(const T &value, int start=-1) const elm::concept::Array< T >
length(void)elm::concept::Array< T >
operator bool(void)elm::concept::Collection< T >
operator[](int index) const elm::concept::Array< T >