Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
SelectIter< I, P > Class Template Reference

#include <elm/data/util.h>

+ Inheritance diagram for SelectIter< I, P >:

Public Member Functions

 SelectIter (const I &i, const P &p)
 
bool atEnd () const
 
const I::return_t & item () const
 
void next ()
 
bool equals (const SelectIter< I, P > &i) const
 
- Public Member Functions inherited from PreIterator< SelectIter< I, P >, I::t >
bool operator() () const
 
bool operator! () const
 
I::t operator* () const
 
I::t operator-> () const
 
SelectIter< I, P > & operator++ ()
 
void operator++ (int)
 
bool operator== (const SelectIter< I, P > &i) const
 
bool operator!= (const SelectIter< I, P > &i) const
 

Additional Inherited Members

- Public Types inherited from PreIterator< SelectIter< I, P >, I::t >
typedef I::t t
 
typedef I::t return_t
 

Constructor & Destructor Documentation

◆ SelectIter()

SelectIter ( const I &  i,
const P &  p 
)
inline

Member Function Documentation

◆ atEnd()

bool atEnd ( ) const
inline

◆ equals()

bool equals ( const SelectIter< I, P > &  i) const
inline

◆ item()

const I::return_t& item ( ) const
inline

◆ next()

void next ( )
inline

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