ROSE 0.11.145.147
|
The data stored at each node of the map.
Definition at line 35 of file GraphIteratorMap.h.
#include <Sawyer/GraphIteratorMap.h>
Public Member Functions | |
Node (const Key &key, const Value &value) | |
Constructor. | |
const Key & | key () const |
Access the key of this node. | |
Value & | value () |
Access the value of this node. | |
const Value & | value () const |
Access the value of this node. | |
|
inline |
Constructor.
Definition at line 40 of file GraphIteratorMap.h.
|
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.
|
inline |
Access the value of this node.
Definition at line 51 of file GraphIteratorMap.h.
|
inline |
Access the value of this node.
Definition at line 52 of file GraphIteratorMap.h.