ArcMap< T > Class Template Reference


Detailed Description

template<class T>
class lemon::concepts::Graph::ArcMap< T >

Standard graph map type for the arcs. It conforms to the ReferenceMap concept. #include <lemon/concepts/graph.h>

Inheritance diagram for ArcMap< T >:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 ArcMap (const Graph &)
 Constructor.
 ArcMap (const Graph &, T)
 Constructor with given initial value.

Private Member Functions

 ArcMap (const ArcMap &em)
 Copy constructor.
template<typename CMap >
ArcMapoperator= (const CMap &)
 Assignment operator.


doxygen