LEMON 1.0.7
|
#include <iterator>
#include <functional>
#include <vector>
#include <lemon/core.h>
#include <map>
Classes | |
class | MapBase< K, V > |
Base class of maps. More... | |
class | NullMap< K, V > |
Null map. (a.k.a. DoNothingMap) More... | |
class | ConstMap< K, V > |
Constant map. More... | |
class | ConstMap< K, Const< V, v > > |
Constant map with inlined constant value. More... | |
class | IdentityMap< T > |
Identity map. More... | |
class | RangeMap< V > |
Map for storing values for integer keys from the range [0..size-1] . More... | |
class | SparseMap< K, V, Compare > |
Map type based on std::map . More... | |
class | ComposeMap< M1, M2 > |
Composition of two maps. More... | |
class | CombineMap< M1, M2, F, V > |
Combination of two maps using an STL (binary) functor. More... | |
class | FunctorToMap< F, K, V > |
Converts an STL style (unary) functor to a map. More... | |
class | MapToFunctor< M > |
Converts a map to an STL style (unary) functor. More... | |
class | ConvertMap< M, V > |
Map adaptor to convert the Value type of a map to another type using the default conversion. More... | |
class | ForkMap< M1, M2 > |
Applies all map setting operations to two maps. More... | |
class | AddMap< M1, M2 > |
Sum of two maps. More... | |
class | SubMap< M1, M2 > |
Difference of two maps. More... | |
class | MulMap< M1, M2 > |
Product of two maps. More... | |
class | DivMap< M1, M2 > |
Quotient of two maps. More... | |
class | ShiftMap< M, C > |
Shifts a map with a constant. More... | |
class | ShiftWriteMap< M, C > |
Shifts a map with a constant (read-write version). More... | |
class | ScaleMap< M, C > |
Scales a map with a constant. More... | |
class | ScaleWriteMap< M, C > |
Scales a map with a constant (read-write version). More... | |
class | NegMap< M > |
Negative of a map. More... | |
class | NegWriteMap< M > |
Negative of a map (read-write version) More... | |
class | AbsMap< M > |
Absolute value of a map. More... | |
class | TrueMap< K > |
Constant true map. More... | |
class | FalseMap< K > |
Constant false map. More... | |
class | AndMap< M1, M2 > |
Logical 'and' of two maps. More... | |
class | OrMap< M1, M2 > |
Logical 'or' of two maps. More... | |
class | NotMap< M > |
Logical 'not' of a map. More... | |
class | NotWriteMap< M > |
Logical 'not' of a map (read-write version) More... | |
class | EqualMap< M1, M2 > |
Combination of two maps using the == operator. More... | |
class | LessMap< M1, M2 > |
Combination of two maps using the < operator. More... | |
class | LoggerBoolMap< It, Ke > |
Writable bool map for logging each true assigned element. More... | |
class | IdMap< _Graph, _Item > |
Provides an immutable and unique id for each item in the graph. More... | |
class | IdMap< _Graph, _Item >::InverseMap |
The class represents the inverse of its owner (IdMap). More... | |
class | SourceMap< Digraph > |
Returns the source of the given arc. More... | |
class | TargetMap< Digraph > |
Returns the target of the given arc. More... | |
class | ForwardMap< Graph > |
Returns the "forward" directed arc view of an edge. More... | |
class | BackwardMap< Graph > |
Returns the "backward" directed arc view of an edge. More... | |
class | PotentialDifferenceMap< Digraph, NodeMap > |
Potential difference map. More... | |
class | InDegMap< _Digraph > |
Map of the node in-degrees. More... | |
class | OutDegMap< _Digraph > |
Map of the node out-degrees. More... | |
Namespaces | |
namespace | lemon |
The namespace of LEMON. |