![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/data/Array.h>
Inheritance diagram for Array< T >::Iter:Public Member Functions | |
| const T & | item () const |
| PreIter () | |
| PreIter (const Array< T > &table) | |
| PreIter (const Array< T > &table, bool end) | |
Public Member Functions inherited from Array< T >::PreIter | |
| PreIter () | |
| PreIter (const Array< T > &table) | |
| PreIter (const Array< T > &table, bool end) | |
| bool | ended (void) const |
| void | next (void) |
| bool | equals (const PreIter &i) const |
Public Member Functions inherited from PreIter< PreIter, T > | |
| bool | operator() () const |
| bool | operator! () const |
| PreIter & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const PreIter &i) const |
| bool | operator!= (const PreIter &i) const |
Public Member Functions inherited from ConstPreIter< Iter, T > | |
| const T & | operator* () const |
| T | operator-> () const |
Additional Inherited Members | |
Public Types inherited from PreIter< PreIter, T > | |
| typedef T | t |
Public Types inherited from ConstPreIter< Iter, T > | |
| typedef const T & | return_t |
Protected Attributes inherited from Array< T >::PreIter | |
| const T * | p |
| const T * | t |
int Array::size(void) const; Same as count().
Iterator on the elements of the array.
|
inline |
References Array< T >::PreIter::p.
|
inline |
|
inline |
|
inline |