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

#include <elm/data/Range.h>

+ Inheritance diagram for Range< I >::Iter:

Public Types

typedef Range collec_t
 
- Public Types inherited from PreIterator< Iter, t >
typedef t t
 
typedef t return_t
 

Public Member Functions

 Iter (const Range &collection)
 
 Iter (const Range &collection, const I &ii)
 
bool ended (void) const
 
I::return_t item (void) const
 
void next (void)
 
bool equals (const Iter &ii) const
 
- Public Member Functions inherited from PreIterator< Iter, t >
bool operator() () const
 
bool operator! () const
 
t operator* () const
 
t operator-> () const
 
Iter & operator++ ()
 
void operator++ (int)
 
bool operator== (const Iter &i) const
 
bool operator!= (const Iter &i) const
 

Member Typedef Documentation

◆ collec_t

typedef Range collec_t

Constructor & Destructor Documentation

◆ Iter() [1/2]

Iter ( const Range collection)
inline

◆ Iter() [2/2]

Iter ( const Range collection,
const I &  ii 
)
inline

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

◆ equals()

bool equals ( const Iter ii) const
inline

◆ item()

I::return_t item ( void  ) const
inline

◆ next()

void next ( void  )
inline

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