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

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

ended(void)Iter< T >
equals(const Iter &iterator) constIter< T >
item(void)Iter< T >
Iter(const Collection< T > &collection)Collection< T >::Iter
next(void)Iter< T >
operator bool(void)Iter< T >
operator T(void)Iter< T >
operator!=(const Iter &iterator) constIter< T >
operator++(int)Iter< T >
operator=(const Iter &iterator)Iter< T >
operator==(const Iter &iterator) constIter< T >