![]() |
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 >::BackMutIter:Public Member Functions | |
| BackMutIter (self_t &a) | |
| BackMutIter (self_t &a, bool e) | |
| T & | item () const |
Public Member Functions inherited from Array< T >::BackPreIter | |
| BackPreIter () | |
| BackPreIter (const Array< T > &table) | |
| BackPreIter (const Array< T > &table, bool end) | |
| bool | ended (void) const |
| void | next (void) |
| bool | equals (const BackPreIter &i) const |
Public Member Functions inherited from PreIter< BackPreIter, T > | |
| bool | operator() () const |
| bool | operator! () const |
| BackPreIter & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const BackPreIter &i) const |
| bool | operator!= (const BackPreIter &i) const |
Public Member Functions inherited from MutPreIter< BackMutIter, T > | |
| T & | operator* () const |
| T | operator-> () const |
Additional Inherited Members | |
Public Types inherited from PreIter< BackPreIter, T > | |
| typedef T | t |
Public Types inherited from MutPreIter< BackMutIter, T > | |
| typedef T & | return_t |
Protected Attributes inherited from Array< T >::BackPreIter | |
| const T * | p |
| const T * | b |
|
inline |
|
inline |
|
inline |
References Array< T >::BackPreIter::b, and Array< T >::BackPreIter::p.