![]() |
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 >::MutIter:Public Member Functions | |
| MutIter (self_t &a) | |
| MutIter (self_t &a, bool e) | |
| T & | item () const |
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 MutPreIter< MutIter, T > | |
| T & | operator* () const |
| T | operator-> () const |
Additional Inherited Members | |
Public Types inherited from PreIter< PreIter, T > | |
| typedef T | t |
Public Types inherited from MutPreIter< MutIter, T > | |
| typedef T & | return_t |
Protected Attributes inherited from Array< T >::PreIter | |
| const T * | p |
| const T * | t |
|
inline |
References Array< T >::PreIter::p.