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 >::Iterator Class Reference

#include <elm/genstruct/HashTable.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<class K, class T, class H = HashKey<K>>
const T& elm::genstruct::HashTable< K, T, H >::Iterator::item ( void  ) const
template<class K, class T, class H = HashKey<K>>
const K& elm::genstruct::HashTable< K, T, H >::Iterator::key ( void  ) const
template<class K, class T, class H = HashKey<K>>
Iterator& elm::genstruct::HashTable< K, T, H >::Iterator::operator= ( const Iterator it)
template<class K, class T, class H = HashKey<K>>
const T& elm::genstruct::HashTable< K, T, H >::Iterator::useItem ( void  ) const

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