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::SortedBinMap< K, T, C >::Iterator Class Reference

#include <elm/genstruct/SortedBinMap.h>

+ Inheritance diagram for elm::genstruct::SortedBinMap< K, T, C >::Iterator:

Public Member Functions

 Iterator (const SortedBinMap &map)
 
 Iterator (const Iterator &_)
 
bool ended (void) const
 
void next (void)
 
const T & item (void) const
 
- Public Member Functions inherited from elm::PreIterator< Iterator, const T & >
 operator bool (void) const
 
 operator const T & (void) const
 
Iterator & operator++ (void)
 
Iterator & operator++ (int)
 
const T & operator* (void) const
 
const T & operator-> (void) const
 

Constructor & Destructor Documentation

template<class K, class T, class C = Comparator<K>>
elm::genstruct::SortedBinMap< K, T, C >::Iterator::Iterator ( const SortedBinMap map)
template<class K, class T, class C = Comparator<K>>
elm::genstruct::SortedBinMap< K, T, C >::Iterator::Iterator ( const Iterator _)

Member Function Documentation

template<class K, class T, class C = Comparator<K>>
bool elm::genstruct::SortedBinMap< K, T, C >::Iterator::ended ( void  ) const
template<class K, class T, class C = Comparator<K>>
const T& elm::genstruct::SortedBinMap< K, T, C >::Iterator::item ( void  ) const
template<class K, class T, class C = Comparator<K>>
void elm::genstruct::SortedBinMap< K, T, C >::Iterator::next ( void  )

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