Detailed Description
template<typename Graph>
class lemon::ForwardMap< Graph >
Returns the "forward" directed arc view of an edge.
- See also:
- BackwardMap
#include <lemon/maps.h>
List of all members.
Public Member Functions |
| ForwardMap (const Graph &graph) |
| Constructor.
|
Value | operator[] (const Key &key) const |
| The subscript operator.
|
Related Functions |
(Note that these are not member functions.)
|
template<typename Graph > |
ForwardMap< Graph > | forwardMap (const Graph &graph) |
| Returns a ForwardMap class.
|
Constructor & Destructor Documentation
ForwardMap |
( |
const Graph & |
graph | ) |
[inline, explicit] |
Constructor
- Parameters:
-
graph | The graph that the map belongs to. |
Member Function Documentation
Value operator[] |
( |
const Key & |
key | ) |
const [inline] |
The subscript operator.
- Parameters:
-
- Returns:
- The "forward" directed arc view of edge
The documentation for this class was generated from the following file: