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

#include <elm/genstruct/HashTable.h>

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

Public Member Functions

 KeyIterator (const HashTable< K, T, H > &htab)
 
 KeyIterator (const KeyIterator &it)
 
KeyIteratoroperator= (const KeyIterator &it)
 
const K & item (void) const
 
- Public Member Functions inherited from elm::PreIterator< KeyIterator, K >
 operator bool (void) const
 
 operator K (void) const
 
KeyIterator & operator++ (void)
 
KeyIterator & 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 >::KeyIterator::KeyIterator ( const HashTable< K, T, H > &  htab)
template<class K, class T, class H = HashKey<K>>
elm::genstruct::HashTable< K, T, H >::KeyIterator::KeyIterator ( const KeyIterator it)

Member Function Documentation

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

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