template<class T>
class lemon::concepts::BpGraph::EdgeMap< T >
Standard graph map type for the edges. It conforms to the ReferenceMap concept.
#include <lemon/concepts/bpgraph.h>
|
| EdgeMap (const BpGraph &) |
| Constructor.
|
|
| EdgeMap (const BpGraph &, T) |
| Constructor with given initial value.
|
|
Reference | operator[] (const Key &) |
| Returns a reference to the value associated with the given key.
|
|
ConstReference | operator[] (const Key &) const |
| Returns a const reference to the value associated with the given key.
|
|
void | set (const Key &k, const Value &t) |
| Sets the value associated with the given key.
|
|
Value | operator[] (const Key &) const |
| Returns the value associated with the given key.
|
|
void | set (const Key &, const Value &) |
| Sets the value associated with the given key.
|
|
Value | operator[] (const Key &) const |
| Returns the value associated with the given key.
|
|
void | set (const Key &, const Value &) |
| Sets the value associated with the given key.
|
|
| WriteMap () |
| Default constructor.
|
|
|
| EdgeMap (const EdgeMap &em) |
| Copy constructor.
|
|
template<typename CMap > |
EdgeMap & | operator= (const CMap &) |
| Assignment operator.
|
|
|
typedef True | ReferenceMapTag |
| Tag for reference maps.
|
|
typedef Edge | Key |
| The key type of the map.
|
|
typedef T | Value |
| The value type of the map. (The type of objects associated with the keys).
|
|
typedef T & | Reference |
| The reference type of the map.
|
|
typedef const T & | ConstReference |
| The const reference type of the map.
|
|
typedef Edge | Key |
| The key type of the map.
|
|
typedef T | Value |
| The value type of the map. (The type of objects associated with the keys).
|
|
typedef Edge | Key |
| The key type of the map.
|
|
typedef T | Value |
| The value type of the map. (The type of objects associated with the keys).
|
|
typedef Edge | Key |
| The key type of the map.
|
|
typedef T | Value |
| The value type of the map. (The type of objects associated with the keys).
|
|