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

#include <elm/data/Slice.h>

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

Public Member Functions

 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
 

Protected Attributes

const self_ts
 
int i
 

Constructor & Destructor Documentation

◆ BaseIter()

BaseIter ( const self_t slice,
int  idx = 0 
)
inline

Member Function Documentation

◆ ended()

bool ended ( ) const
inline

◆ equals()

bool equals ( const BaseIter ii) const
inline

◆ item()

const t& item ( ) const
inline

◆ next()

void next ( )
inline

Member Data Documentation

◆ i

◆ s


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