#include <iterator>
#include <functional>
#include <lemon/bits/utility.h>
#include <lemon/bits/traits.h>
#include <map>
Namespaces | |
namespace | lemon |
namespace | lemon::_maps_bits |
Classes | |
class | MapBase |
Base class of maps. More... | |
class | NullMap |
Null map. (a.k.a. DoNothingMap). More... | |
class | ConstMap |
Constant map. More... | |
class | StdMap |
std::map wrapper More... | |
class | IdentityMap |
Identity mapping. More... | |
class | ConvertMap |
Convert the Value of a map to another type. More... | |
class | SimpleMap |
Simple wrapping of the map. More... | |
class | SimpleWriteMap |
Simple writeable wrapping of the map. More... | |
class | AddMap |
Sum of two maps. More... | |
class | ShiftMap |
Shift a map with a constant. More... | |
class | ShiftWriteMap |
Shift a map with a constant. More... | |
class | SubMap |
Difference of two maps. More... | |
class | MulMap |
Product of two maps. More... | |
class | ScaleMap |
Scales a maps with a constant. More... | |
class | ScaleWriteMap |
Scales a maps with a constant. More... | |
class | DivMap |
Quotient of two maps. More... | |
class | ComposeMap |
Composition of two maps. More... | |
class | CombineMap |
Combines of two maps using an STL (binary) functor. More... | |
class | NegMap |
Negative value of a map. More... | |
class | NegWriteMap |
Negative value of a map. More... | |
class | AbsMap |
Absolute value of a map. More... | |
class | FunctorMap |
Converts an STL style functor to a map. More... | |
class | MapFunctor |
Converts a map to an STL style (unary) functor. More... | |
class | ForkMap |
Applies all map setting operations to two maps. More... | |
class | ForkWriteMap |
Applies all map setting operations to two maps. More... | |
class | NotMap |
Logical 'not' of a map. More... | |
class | NotWriteMap |
Logical 'not' of a map with writing possibility. More... | |
class | StoreBoolMap |
Writable bool map for store each true assigned elements. More... | |
class | BackInserterBoolMap |
Writable bool map for store each true assigned elements in a back insertable container. More... | |
class | FrontInserterBoolMap |
Writable bool map for store each true assigned elements in a front insertable container. More... | |
class | InserterBoolMap |
Writable bool map for store each true assigned elements in an insertable container. More... | |
class | FillBoolMap |
Fill the true set elements with a given value. More... | |
class | SettingOrderBoolMap |
Writable bool map which stores for each true assigned elements the setting order number. More... |