#include <lemon/maps.h>
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. |