CVC3  2.4.1
Public Member Functions | Protected Member Functions | Protected Attributes | Friends
Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator Class Reference

#include <hash_table.h>

List of all members.

Public Member Functions

 const_iterator ()
 const_iterator (const const_iterator &other)
 const_iterator (const iterator &other)
const_iteratoroperator= (const const_iterator &other)
const_iteratoroperator++ ()
const_iterator operator++ (int)
const value_typeoperator* () const
const value_typeoperator-> () const
bool operator== (const const_iterator &other) const
bool operator!= (const const_iterator &other) const

Protected Member Functions

 const_iterator (hash_table const *hash_table, const BucketNode *node)
 methods

Protected Attributes

const hash_tabled_hash_table
 variables
const BucketNoded_node

Friends

class hash_table

Detailed Description

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

Definition at line 742 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 >::const_iterator::const_iterator ( hash_table const *  hash_table,
const BucketNode node 
)
inlineprotected

methods

Definition at line 757 of file hash_table.h.

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

Definition at line 764 of file hash_table.h.

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

Definition at line 769 of file hash_table.h.

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

Definition at line 774 of file hash_table.h.


Member Function Documentation

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
const_iterator& Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator= ( const const_iterator other)
inline
template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
const_iterator& Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator++ ( )
inline
template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
const_iterator Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator++ ( int  )
inline

Definition at line 820 of file hash_table.h.

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
const value_type& Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator* ( ) const
inline
template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
const value_type* Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator-> ( ) const
inline
template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
bool Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator== ( const const_iterator other) const
inline
template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
bool Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::operator!= ( const const_iterator other) const
inline

Definition at line 842 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 743 of file hash_table.h.


Member Data Documentation

template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
const hash_table* Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::d_hash_table
protected
template<class _Key, class _Value, class _HashFcn, class _EqualKey, class _ExtractKey>
const BucketNode* Hash::hash_table< _Key, _Value, _HashFcn, _EqualKey, _ExtractKey >::const_iterator::d_node
protected

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