#include <lemon/maps.h>
Public Member Functions | |
SourceMap (const Digraph &digraph) | |
Constructor. | |
Value | operator[] (const Key &arc) const |
The subscript operator. | |
Related Functions | |
(Note that these are not member functions.) | |
template<typename Digraph > | |
SourceMap< Digraph > | sourceMap (const Digraph &digraph) |
Returns a SourceMap class. |
SourceMap | ( | const Digraph & | digraph | ) | [inline, explicit] |
Constructor
digraph | The digraph that the map belongs to. |
Value operator[] | ( | const Key & | arc | ) | const [inline] |
The subscript operator.
arc | The arc |