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

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

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

Public Types

typedef Value value_type
typedef IF< constant_iterators,
const Value *, Value
* >::type 
pointer
typedef IF< constant_iterators,
const Value &, Value
& >::type 
reference
typedef std::ptrdiff_t difference_type
typedef std::forward_iterator_tag iterator_category

Public Member Functions

 node_iterator ()
 node_iterator (hash_node< Value, cache > *p)
reference operator * () const
pointer operator-> () const
node_iteratoroperator++ ()
node_iterator operator++ (int)

Detailed Description

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

Definition at line 161 of file hashtable.


Member Typedef Documentation

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

Definition at line 169 of file hashtable.

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

Definition at line 170 of file hashtable.

template<typename Value, bool constant_iterators, bool cache>
typedef IF<constant_iterators, const Value*, Value*>::type Internal::node_iterator< Value, constant_iterators, cache >::pointer

Definition at line 166 of file hashtable.

template<typename Value, bool constant_iterators, bool cache>
typedef IF<constant_iterators, const Value&, Value&>::type Internal::node_iterator< Value, constant_iterators, cache >::reference

Definition at line 168 of file hashtable.

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

Definition at line 164 of file hashtable.


Constructor & Destructor Documentation

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

Definition at line 172 of file hashtable.

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

Definition at line 176 of file hashtable.


Member Function Documentation

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

Definition at line 180 of file hashtable.

References Internal::node_iterator_base< Value, cache >::m_cur.

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

Definition at line 195 of file hashtable.

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

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

Definition at line 188 of file hashtable.

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

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

Definition at line 184 of file hashtable.

References Internal::node_iterator_base< Value, cache >::m_cur.


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