Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::IndexedIterator< I, T, C > Class Template Reference

#include <elm/util/IndexedIterator.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

template<class I, class T, class C>
elm::IndexedIterator< I, T, C >::IndexedIterator ( const C &  collection)
template<class I, class T, class C>
elm::IndexedIterator< I, T, C >::IndexedIterator ( const this_t iter)

Member Function Documentation

template<class I, class T, class C>
bool elm::IndexedIterator< I, T, C >::ended ( void  )
template<class I, class T, class C>
const T& elm::IndexedIterator< I, T, C >::item ( void  ) const
template<class I, class T, class C>
void elm::IndexedIterator< I, T, C >::next ( void  )
template<class I, class T, class C>
this_t& elm::IndexedIterator< I, T, C >::operator= ( const this_t iter)

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