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

MapConstKeySet 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>
class lemon::MapConstKeySet< _Graph, _Item >

This class makes from a map an iteratable set which contains all the keys of the map.


Public Types

typedef _Item Item
 The key type of the iterator.
typedef MapConstKeyIterator<
_Graph, _Item > 
ConstIterator
 The const iterator of the set.
typedef ConstIterator::Reference ConstReference
 The reference type of the iterator.
typedef ConstIterator::Pointer ConstPointer
 The pointer type of the iterator.

Public Member Functions

 MapConstKeySet (const Graph &_graph)
 The map initialized const key 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 ivalid 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