Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Array< T >::BackMutIter Class Reference

#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
 
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
 

Constructor & Destructor Documentation

◆ BackMutIter() [1/2]

BackMutIter ( self_t a)
inline

◆ BackMutIter() [2/2]

BackMutIter ( self_t a,
bool  e 
)
inline

Member Function Documentation

◆ item()

T& item ( void  ) const
inline

The documentation for this class was generated from the following file: