ROSE
0.11.96.11
|
The data stored at each node of the map.
Definition at line 35 of file GraphIteratorMap.h.
#include <GraphIteratorMap.h>
Public Member Functions | |
Node (const Key &key, const Value &value) | |
Constructor. | |
const Key & | key () const |
Access the key of this node. More... | |
Value & | value () |
Access the value of this node. | |
const Value & | value () const |
Access the value of this node. | |
|
inline |
Access the key of this node.
Keys are read-only since they're used to sort the container for efficient lookups.
Definition at line 46 of file GraphIteratorMap.h.