Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator Class Reference

inner classes More...

#include <hash_table.h>

Collaboration diagram for Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

Protected Member Functions

Protected Attributes

Friends


Detailed Description

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
class Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator

inner classes

Definition at line 600 of file hash_table.h.


Constructor & Destructor Documentation

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::iterator ( hash_table hash_table,
BucketNode node 
) [inline, protected]

methods

Definition at line 616 of file hash_table.h.

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::iterator (  )  [inline]

Definition at line 623 of file hash_table.h.

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::iterator ( const iterator other  )  [inline]

Definition at line 628 of file hash_table.h.


Member Function Documentation

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
iterator& Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator= ( const iterator other  )  [inline]

Definition at line 633 of file hash_table.h.

References Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_hash_table, and Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_node.

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
iterator& Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator++ (  )  [inline]

Definition at line 643 of file hash_table.h.

References DebugAssert.

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
iterator Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator++ ( int   )  [inline]

Definition at line 675 of file hash_table.h.

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
value_type& Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator * (  )  const [inline]

Definition at line 681 of file hash_table.h.

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
value_type* Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator-> (  )  const [inline]

Definition at line 685 of file hash_table.h.

References CVC3::operator *().

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
bool Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator== ( const iterator other  )  const [inline]

Definition at line 690 of file hash_table.h.

References Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_hash_table, Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_node, and DebugAssert.

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
bool Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator!= ( const iterator other  )  const [inline]

Definition at line 697 of file hash_table.h.


Friends And Related Function Documentation

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
friend class hash_table [friend]

Definition at line 601 of file hash_table.h.

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
friend class const_iterator [friend]

Definition at line 602 of file hash_table.h.


Member Data Documentation

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
hash_table* Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_hash_table [protected]

variables

Definition at line 608 of file hash_table.h.

Referenced by Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator=(), and Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator==().

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
BucketNode* Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::d_node [protected]

Definition at line 610 of file hash_table.h.

Referenced by Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator=(), and Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::iterator::operator==().


The documentation for this class was generated from the following file:
Generated on Tue Jul 3 14:42:21 2007 for CVC3 by  doxygen 1.5.1