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::genstruct::AVLMap< K, T, C >::PairIterator Class Reference

#include <elm/genstruct/AVLMap.h>

+ Inheritance diagram for elm::genstruct::AVLMap< K, T, C >::PairIterator:

Public Member Functions

 PairIterator (const AVLMap< K, T, C > &map)
 
 PairIterator (const PairIterator &iter)
 
PairIteratoroperator= (const PairIterator &iter)
 
bool ended (void) const
 
void next (void)
 
pair_t item (void) const
 
- Public Member Functions inherited from elm::PreIterator< PairIterator, pair_t >
 operator bool (void) const
 
 operator pair_t (void) const
 
PairIterator & operator++ (void)
 
PairIterator & operator++ (int)
 
pair_t operator* (void) const
 
pair_t operator-> (void) const
 

Constructor & Destructor Documentation

template<class K, class T, class C = Comparator<K>>
elm::genstruct::AVLMap< K, T, C >::PairIterator::PairIterator ( const AVLMap< K, T, C > &  map)
template<class K, class T, class C = Comparator<K>>
elm::genstruct::AVLMap< K, T, C >::PairIterator::PairIterator ( const PairIterator iter)

Member Function Documentation

template<class K, class T, class C = Comparator<K>>
bool elm::genstruct::AVLMap< K, T, C >::PairIterator::ended ( void  ) const
template<class K, class T, class C = Comparator<K>>
pair_t elm::genstruct::AVLMap< K, T, C >::PairIterator::item ( void  ) const
template<class K, class T, class C = Comparator<K>>
void elm::genstruct::AVLMap< K, T, C >::PairIterator::next ( void  )
template<class K, class T, class C = Comparator<K>>
PairIterator& elm::genstruct::AVLMap< K, T, C >::PairIterator::operator= ( const PairIterator iter)

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