StoreBoolMap Class Template Reference
[Map Adaptors]

#include <lemon/maps.h>

List of all members.


Detailed Description

template<typename _Iterator>
class lemon::StoreBoolMap< _Iterator >

Writable bool map for store each true assigned elements. It will copies all the true setted keys to the given iterator.

Note:
The container of the iterator should contain for each element.


Public Member Functions

 StoreBoolMap (Iterator it)
 Constructor.
Iterator begin () const
 Gives back the given first setted iterator.
Iterator end () const
 Gives back the iterator after the last setted.
void set (const Key &key, Value value)
 Setter function of the map.


The documentation for this class was generated from the following file:
Generated on Fri Feb 3 18:42:25 2006 for LEMON by  doxygen 1.4.6