Internal::hashtable_const_iterator< Value, constant_iterators, cache > Struct Template Reference

Inheritance diagram for Internal::hashtable_const_iterator< Value, constant_iterators, cache >:

Internal::hashtable_iterator_base< Value, cache > List of all members.

Public Types

typedef Value value_type
typedef const Value * pointer
typedef const Value & reference
typedef std::ptrdiff_t difference_type
typedef std::forward_iterator_tag iterator_category

Public Member Functions

 hashtable_const_iterator ()
 hashtable_const_iterator (hash_node< Value, cache > *p, hash_node< Value, cache > **b)
 hashtable_const_iterator (hash_node< Value, cache > **b)
 hashtable_const_iterator (const hashtable_iterator< Value, constant_iterators, cache > &x)
reference operator * () const
pointer operator-> () const
hashtable_const_iteratoroperator++ ()
hashtable_const_iterator operator++ (int)

Detailed Description

template<typename Value, bool constant_iterators, bool cache>
struct Internal::hashtable_const_iterator< Value, constant_iterators, cache >

Definition at line 345 of file hashtable.


Member Typedef Documentation

template<typename Value, bool constant_iterators, bool cache>
typedef std::ptrdiff_t Internal::hashtable_const_iterator< Value, constant_iterators, cache >::difference_type

Definition at line 351 of file hashtable.

template<typename Value, bool constant_iterators, bool cache>
typedef std::forward_iterator_tag Internal::hashtable_const_iterator< Value, constant_iterators, cache >::iterator_category

Definition at line 352 of file hashtable.

template<typename Value, bool constant_iterators, bool cache>
typedef const Value* Internal::hashtable_const_iterator< Value, constant_iterators, cache >::pointer

Definition at line 349 of file hashtable.

template<typename Value, bool constant_iterators, bool cache>
typedef const Value& Internal::hashtable_const_iterator< Value, constant_iterators, cache >::reference

Definition at line 350 of file hashtable.

template<typename Value, bool constant_iterators, bool cache>
typedef Value Internal::hashtable_const_iterator< Value, constant_iterators, cache >::value_type

Definition at line 348 of file hashtable.


Constructor & Destructor Documentation

template<typename Value, bool constant_iterators, bool cache>
Internal::hashtable_const_iterator< Value, constant_iterators, cache >::hashtable_const_iterator (  )  [inline]

Definition at line 354 of file hashtable.

template<typename Value, bool constant_iterators, bool cache>
Internal::hashtable_const_iterator< Value, constant_iterators, cache >::hashtable_const_iterator ( hash_node< Value, cache > *  p,
hash_node< Value, cache > **  b 
) [inline]

Definition at line 357 of file hashtable.

template<typename Value, bool constant_iterators, bool cache>
Internal::hashtable_const_iterator< Value, constant_iterators, cache >::hashtable_const_iterator ( hash_node< Value, cache > **  b  )  [inline, explicit]

Definition at line 362 of file hashtable.

template<typename Value, bool constant_iterators, bool cache>
Internal::hashtable_const_iterator< Value, constant_iterators, cache >::hashtable_const_iterator ( const hashtable_iterator< Value, constant_iterators, cache > &  x  )  [inline]

Definition at line 365 of file hashtable.


Member Function Documentation

template<typename Value, bool constant_iterators, bool cache>
reference Internal::hashtable_const_iterator< Value, constant_iterators, cache >::operator * (  )  const [inline]

Definition at line 370 of file hashtable.

References Internal::hashtable_iterator_base< Value, cache >::m_cur_node.

template<typename Value, bool constant_iterators, bool cache>
hashtable_const_iterator Internal::hashtable_const_iterator< Value, constant_iterators, cache >::operator++ ( int   )  [inline]

Definition at line 385 of file hashtable.

References Internal::hashtable_iterator_base< Value, cache >::incr().

template<typename Value, bool constant_iterators, bool cache>
hashtable_const_iterator& Internal::hashtable_const_iterator< Value, constant_iterators, cache >::operator++ (  )  [inline]

Definition at line 378 of file hashtable.

References Internal::hashtable_iterator_base< Value, cache >::incr().

template<typename Value, bool constant_iterators, bool cache>
pointer Internal::hashtable_const_iterator< Value, constant_iterators, cache >::operator-> (  )  const [inline]

Definition at line 374 of file hashtable.

References Internal::hashtable_iterator_base< Value, cache >::m_cur_node.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:58:30 2010 for GNU C++ STL by  doxygen 1.4.7