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

#include <elm/genstruct/HashTable.h>

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

Public Member Functions

 SameKeyIterator (const HashTable< K, T, H > &_htab, const K &_key)
 
bool ended (void) const
 
void next (void)
 
const T & item (void) const
 
- Public Member Functions inherited from elm::PreIterator< SameKeyIterator, T >
 operator bool (void) const
 
 operator T (void) const
 
SameKeyIterator & operator++ (void)
 
SameKeyIterator & 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 >::SameKeyIterator::SameKeyIterator ( const HashTable< K, T, H > &  _htab,
const K &  _key 
)

Member Function Documentation

template<class K, class T, class H = HashKey<K>>
bool elm::genstruct::HashTable< K, T, H >::SameKeyIterator::ended ( void  ) const
template<class K, class T, class H = HashKey<K>>
const T& elm::genstruct::HashTable< K, T, H >::SameKeyIterator::item ( void  ) const
template<class K, class T, class H = HashKey<K>>
void elm::genstruct::HashTable< K, T, H >::SameKeyIterator::next ( void  )

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