![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/data/Vector.h>
Inheritance diagram for Vector< T, E, A >::Iter:Public Member Functions | |
| const T & | item () const |
| PreIter (const self_t &vec, int idx=0) | |
Public Member Functions inherited from Vector< T, E, A >::PreIter | |
| PreIter (const self_t &vec, int idx=0) | |
| bool | ended (void) const |
| void | next (void) |
| int | index (void) const |
| bool | equals (const PreIter &it) const |
Public Member Functions inherited from ConstPreIter< Iter, T > | |
| const T & | operator* () const |
| T | operator-> () const |
Public Member Functions inherited from PreIter< Iter, T > | |
| bool | operator() () const |
| bool | operator! () const |
| Iter & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const Iter &i) const |
| bool | operator!= (const Iter &i) const |
Additional Inherited Members | |
Public Types inherited from ConstPreIter< Iter, T > | |
| typedef const T & | return_t |
Public Types inherited from PreIter< Iter, T > | |
| typedef T | t |
Protected Attributes inherited from Vector< T, E, A >::PreIter | |
| const self_t * | _vec |
| int | i |
|
inline |
References Vector< T, E, A >::PreIter::_vec, and Vector< T, E, A >::PreIter::i.
|
inline |