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

#include <elm/data/Slice.h>

+ Inheritance diagram for Slice< C >::MutIter:

Public Member Functions

 MutIter (self_t &slice, int idx=0)
 
titem ()
 
- Public Member Functions inherited from Slice< C >::BaseIter
 BaseIter (const self_t &slice, int idx=0)
 
bool ended () const
 
const titem () const
 
void next ()
 
bool equals (const BaseIter &ii) const
 
- Public Member Functions inherited from PreIter< BaseIter, t >
bool operator() () const
 
bool operator! () const
 
BaseIter & operator++ ()
 
void operator++ (int)
 
bool operator== (const BaseIter &i) const
 
bool operator!= (const BaseIter &i) const
 
- Public Member Functions inherited from MutPreIter< MutIter, t >
t & operator* ()
 
operator-> ()
 

Additional Inherited Members

- Protected Attributes inherited from Slice< C >::BaseIter
const self_ts
 
int i
 

Constructor & Destructor Documentation

◆ MutIter()

MutIter ( self_t slice,
int  idx = 0 
)
inline

Member Function Documentation

◆ item()

t& item ( )
inline

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