Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

HashTableIterator< _Key, _Value, _Comparator > Class Template Reference

#include <HashTable.hpp>

List of all members.

Public Methods

 HashTableIterator ()
 HashTableIterator (bucket_type *table, size_t totalBuckets)
bool operator== (const HashTableIterator &other)
bool operator!= (const HashTableIterator &other)
void operator++ (int)
std::pair< _Key *, _Value * > & operator * ()
std::pair< _Key *, _Value * > * operator-> ()

template<class _Key, class _Value, class _Comparator>
class HashTableIterator< _Key, _Value, _Comparator >


Constructor & Destructor Documentation

template<class _Key, class _Value, class _Comparator>
HashTableIterator< _Key, _Value, _Comparator >::HashTableIterator   [inline]
 

template<class _Key, class _Value, class _Comparator>
HashTableIterator< _Key, _Value, _Comparator >::HashTableIterator bucket_type *    table,
size_t    totalBuckets
[inline]
 


Member Function Documentation

template<class _Key, class _Value, class _Comparator>
std::pair<_Key*, _Value*>& HashTableIterator< _Key, _Value, _Comparator >::operator *   [inline]
 

template<class _Key, class _Value, class _Comparator>
bool HashTableIterator< _Key, _Value, _Comparator >::operator!= const HashTableIterator< _Key, _Value, _Comparator > &    other [inline]
 

template<class _Key, class _Value, class _Comparator>
void HashTableIterator< _Key, _Value, _Comparator >::operator++ int    [inline]
 

template<class _Key, class _Value, class _Comparator>
std::pair<_Key*, _Value*>* HashTableIterator< _Key, _Value, _Comparator >::operator->   [inline]
 

template<class _Key, class _Value, class _Comparator>
bool HashTableIterator< _Key, _Value, _Comparator >::operator== const HashTableIterator< _Key, _Value, _Comparator > &    other [inline]
 


The documentation for this class was generated from the following file:
Generated on Wed Nov 3 12:59:37 2004 for Lemur Toolkit by doxygen1.2.18