#include <lemon/maps.h>
Public Member Functions | |
FillBoolMap (Map &_map, const typename Map::Value &_fill) | |
Constructor. | |
FillBoolMap (Map &_map) | |
Constructor. | |
Map::Value | fillValue () const |
Gives back the current fill value. | |
void | fillValue (const typename Map::Value &_fill) |
Sets the current fill value. | |
void | set (const Key &key, Value value) |
Setter function of the map. |