Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MapValueIterator Class Template Reference
[Tools to Make It Easier to Make Graph Maps]

#include <lemon/bits/map_iterator.h>

Inherits MapIteratorBase< _Graph, _Item >.

Inheritance diagram for MapValueIterator:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _Graph, typename _Item, typename _Map>
class lemon::MapValueIterator< _Graph, _Item, _Map >

MapValueIterator creates an stl compatible iterator for the values.


Public Types

typedef MapIteratorBase< _Graph,
_Item > 
Parent
 The iterator base class.

Public Member Functions

 MapValueIterator ()
 Default constructor.
 MapValueIterator (Map &_map, const ItemIt &_it)
 Map and ItemIt initialized iterator.
MapValueIteratoroperator++ ()
 The pre increment operator of the iterator.
MapValueIterator operator++ (int)
 The post increment operator of the iterator.
Reference operator * () const
 The dereferencing operator of the iterator.
Pointer operator-> () const
 The arrow operator of the iterator.

Protected Types

typedef Parent::ItemIt ItemIt
 The iterator to iterate on the keys.
typedef ReferenceMapTraits<
Map >::Value 
MapValue
 The value type of the iterator.
typedef ReferenceMapTraits<
Map >::Reference 
MapReference
 The reference type of the iterator.
typedef ReferenceMapTraits<
Map >::Pointer 
MapPointer
 The pointer type of the iterator.


The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:16:23 2005 for LEMON by  doxygen 1.4.4