Standard graph map type for the arcs. It conforms to the ReferenceMap concept.
#include <lemon/concepts/digraph.h>
Inheritance diagram for Digraph::ArcMap< T >:Public Member Functions | |
| ArcMap (const Digraph &) | |
| Constructor. | |
| ArcMap (const Digraph &, T) | |
| Constructor with given initial value. | |
Private Member Functions | |
| ArcMap (const ArcMap &em) | |
| Copy constructor. | |
| template<typename CMap > | |
| ArcMap & | operator= (const CMap &) |
| Assignment operator. | |
1.7.3