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

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

#include <lemon/bits/map_iterator.h>

List of all members.


Detailed Description

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

This class makes from a map an iteratable set which contains all the values of the map. The values cannot be modified.


Public Types

typedef MapConstValueIterator<
_Graph, _Item, _Map > 
ConstIterator
 The const iterator of the set.

Public Member Functions

 MapConstValueSet (const Graph &_graph, const Map &_map)
 The map initialized const value set.
ConstIterator begin () const
 It gives back the const iterator pointed to the first element.
ConstIterator end () const
 It gives back the const iterator pointed to the first invalid element.

Protected Types

typedef ItemSetTraits< Graph,
Item >::ItemIt 
ItemIt
 The iterator to iterate on the keys.


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