maps.h File Reference


Detailed Description

Todo:
This file has the same name as the concept file in concept/, and this is not easily detectable in docs...

#include <iterator>
#include <lemon/utility.h>
#include <lemon/traits.h>
#include <map>

Go to the source code of this file.

Namespaces

namespace  lemon

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  AddMap
 Sum of two maps. More...
class  ShiftMap
 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  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  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  NotMap
 Logical 'not' of a map. 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 setted elements with a given value. More...
class  SettingOrderBoolMap
 Writable bool map which stores for each true assigned elements the setting order number. More...


Generated on Fri Feb 3 18:39:55 2006 for LEMON by  doxygen 1.4.6