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

#include <elm/util/IndexedIterator.h>

+ Inheritance diagram for IndexedIterator< I, T, C >:

Public Member Functions

 IndexedIterator (void)
 
 IndexedIterator (const C &collection)
 
 IndexedIterator (const this_t &iter)
 
this_toperator= (const this_t &iter)
 
bool ended (void) const
 
const T & item (void) const
 
void next (void)
 
- Public Member Functions inherited from PreIterator< I, const T & >
bool operator() () const
 
bool operator! () const
 
const T & operator* () const
 
const T & operator-> () const
 
I & operator++ ()
 
void operator++ (int)
 
bool operator== (const I &i) const
 
bool operator!= (const I &i) const
 

Additional Inherited Members

- Public Types inherited from PreIterator< I, const T & >
typedef const T & t
 
typedef const T & return_t
 

Constructor & Destructor Documentation

◆ IndexedIterator() [1/3]

IndexedIterator ( void  )
inline

◆ IndexedIterator() [2/3]

IndexedIterator ( const C &  collection)
inline

◆ IndexedIterator() [3/3]

IndexedIterator ( const this_t iter)
inline

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

◆ item()

const T& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

◆ operator=()

this_t& operator= ( const this_t iter)
inline

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