ReferenceMatrixMap Class Template Reference
[Concepts]

#include <lemon/concepts/matrix_maps.h>

Inherits ReadWriteMatrixMap< K1, K2, V >.

Inheritance diagram for ReferenceMatrixMap:

Inheritance graph
[legend]
List of all members.

template<typename K1, typename K2, typename V, typename R, typename CR>
class lemon::concepts::ReferenceMatrixMap< K1, K2, V, R, CR >


Public Types

typedef True ReferenceMapTag
 Tag for reference maps.
typedef K1 FirstKey
 Map's first key type.
typedef K1 SecondKey
 Map's second key type.
typedef V Value
 Map's value type. (The type of objects associated with the keys).
typedef R Reference
 Map's reference type.
typedef CR ConstReference
 Map's const reference type.

Public Member Functions

Reference operator() (const FirstKey &, const SecondKey &)
 Returns a reference to the value associated to a pair of keys.
ConstReference operator() (const FirstKey &, const SecondKey &) const
 Returns a const reference to the value associated to a pair of keys.
void set (const FirstKey &, const SecondKey &, const Value &)
 Sets the value associated with the pair of keys.

The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:46 2006 for LEMON by  doxygen 1.5.1