Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for Bag< T >::Iter, including all inherited members.
ended() const | Bag< T >::Iter | inline |
equals(const Iter &ii) const | Bag< T >::Iter | inline |
item() const | Bag< T >::Iter | inline |
Iter(const Bag< T > *bag, int idx=0) | Bag< T >::Iter | inline |
next() | Bag< T >::Iter | inline |
operator!() const | PreIterator< Iter, T > | inline |
operator!=(const Iter &i) const | PreIterator< Iter, T > | inline |
operator()() const | PreIterator< Iter, T > | inline |
operator*() const | PreIterator< Iter, T > | inline |
operator++() | PreIterator< Iter, T > | inline |
operator++(int) | PreIterator< Iter, T > | inline |
operator->() const | PreIterator< Iter, T > | inline |
operator==(const Iter &i) const | PreIterator< Iter, T > | inline |
return_t typedef | PreIterator< Iter, T > | |
t typedef | PreIterator< Iter, T > |