Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bslstl_hashtableiterator.h File Reference

Provide an STL compliant iterator for hash tables. More...

Go to the source code of this file.

Classes

class  bslstl::HashTableIterator< VALUE_TYPE, DIFFERENCE_TYPE >

Namespaces

namespace  bslstl

Functions

template<class VALUE_TYPE , class DIFFERENCE_TYPE >
bool bslstl::operator== (const HashTableIterator< VALUE_TYPE, DIFFERENCE_TYPE > &lhs, const HashTableIterator< VALUE_TYPE, DIFFERENCE_TYPE > &rhs)
template<class VALUE_TYPE , class DIFFERENCE_TYPE >
bool bslstl::operator== (const HashTableIterator< VALUE_TYPE, DIFFERENCE_TYPE > &lhs, const HashTableIterator< const VALUE_TYPE, DIFFERENCE_TYPE > &rhs)
template<class VALUE_TYPE , class DIFFERENCE_TYPE >
bool bslstl::operator== (const HashTableIterator< const VALUE_TYPE, DIFFERENCE_TYPE > &lhs, const HashTableIterator< VALUE_TYPE, DIFFERENCE_TYPE > &rhs)
template<class VALUE_TYPE , class DIFFERENCE_TYPE >
bool bslstl::operator== (const HashTableIterator< const VALUE_TYPE, DIFFERENCE_TYPE > &lhs, const HashTableIterator< const VALUE_TYPE, DIFFERENCE_TYPE > &rhs)
template<class VALUE_TYPE , class DIFFERENCE_TYPE >
bool bslstl::operator!= (const HashTableIterator< VALUE_TYPE, DIFFERENCE_TYPE > &lhs, const HashTableIterator< VALUE_TYPE, DIFFERENCE_TYPE > &rhs)
template<class VALUE_TYPE , class DIFFERENCE_TYPE >
bool bslstl::operator!= (const HashTableIterator< VALUE_TYPE, DIFFERENCE_TYPE > &lhs, const HashTableIterator< const VALUE_TYPE, DIFFERENCE_TYPE > &rhs)
template<class VALUE_TYPE , class DIFFERENCE_TYPE >
bool bslstl::operator!= (const HashTableIterator< const VALUE_TYPE, DIFFERENCE_TYPE > &lhs, const HashTableIterator< VALUE_TYPE, DIFFERENCE_TYPE > &rhs)
template<class VALUE_TYPE , class DIFFERENCE_TYPE >
bool bslstl::operator!= (const HashTableIterator< const VALUE_TYPE, DIFFERENCE_TYPE > &lhs, const HashTableIterator< const VALUE_TYPE, DIFFERENCE_TYPE > &rhs)
template<class VALUE_TYPE , class DIFFERENCE_TYPE >
HashTableIterator< VALUE_TYPE,
DIFFERENCE_TYPE > 
bslstl::operator++ (HashTableIterator< VALUE_TYPE, DIFFERENCE_TYPE > &iter, int)

Detailed Description