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::HashTable< K, T, H >::PairIterator Class Reference

#include <elm/genstruct/HashTable.h>

+ Inheritance diagram for elm::genstruct::HashTable< K, T, H >::PairIterator:

Public Member Functions

 PairIterator (const HashTable< K, T, H > &htab)
 
 PairIterator (const PairIterator &it)
 
PairIteratoroperator= (const PairIterator &it)
 
Pair< K, T > item (void) const
 
- Public Member Functions inherited from elm::PreIterator< PairIterator, Pair< K, T > >
 operator bool (void) const
 
 operator Pair< K, T > (void) const
 
PairIterator & operator++ (void)
 
PairIterator & operator++ (int)
 
Pair< K, T > operator* (void) const
 
Pair< K, T > operator-> (void) const
 

Constructor & Destructor Documentation

template<class K, class T, class H = HashKey<K>>
elm::genstruct::HashTable< K, T, H >::PairIterator::PairIterator ( const HashTable< K, T, H > &  htab)
template<class K, class T, class H = HashKey<K>>
elm::genstruct::HashTable< K, T, H >::PairIterator::PairIterator ( const PairIterator it)

Member Function Documentation

template<class K, class T, class H = HashKey<K>>
Pair<K, T> elm::genstruct::HashTable< K, T, H >::PairIterator::item ( void  ) const

References elm::pair().

template<class K, class T, class H = HashKey<K>>
PairIterator& elm::genstruct::HashTable< K, T, H >::PairIterator::operator= ( const PairIterator it)

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