DefaultMapSelector Struct Template Reference
[Graphmaps]
#include <lemon/default_map.h>
List of all members.
Detailed Description
template<typename _Graph, typename _Item, typename _ItemIt, typename _Value>
struct lemon::DefaultMapSelector< _Graph, _Item, _ItemIt, _Value >
The ArrayMap template class is graph map structure what automatically updates the map when a key is added to or erased from the map. This map uses the VectorMap if the Value is a primitive type and the ArrayMap for the other cases.
The template parameter is the MapRegistry that the maps will belong to and the Value.
Definition at line 46 of file default_map.h.
The documentation for this struct was generated from the following file:
Generated on Sat Mar 19 10:58:48 2005 for LEMON by
1.4.1