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

#include <elm/data/Slice.h>

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

Public Member Functions

const titem () const
 
 BaseIter (const self_t &slice, int idx=0)
 
- 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 ConstPreIter< Iter, t >
const t & operator* () const
 
operator-> () const
 

Additional Inherited Members

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

Member Function Documentation

◆ BaseIter()

BaseIter
inline

◆ item()

const t& item ( ) const
inline

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