ArcMap< T > Class Template Reference
Detailed Description
template<class T>
class lemon::concepts::Digraph::ArcMap< T >
Standard graph map type for the arcs. It conforms to the
ReferenceMap concept.
#include <lemon/concepts/digraph.h>
List of all members.
|
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.
|