EdgeMap< T > Class Template Reference
Detailed Description
template<class T>
class lemon::concepts::Graph::EdgeMap< T >
Standard graph map type for the edges. It conforms to the
ReferenceMap concept.
#include <lemon/concepts/graph.h>
List of all members.
|
Public Member Functions |
|
| EdgeMap (const Graph &) |
| | Constructor.
|
|
| EdgeMap (const Graph &, T) |
| | Constructor with given initial value.
|
Private Member Functions |
|
| EdgeMap (const EdgeMap &em) |
| | Copy constructor.
|
|
template<typename CMap > |
| EdgeMap & | operator= (const CMap &) |
| | Assignment operator.
|