|
Open Model Railroad Network (OpenMRN)
|
The metadata for a tree node. More...
Public Member Functions | |
| RB_ENTRY (Node) entry | |
| Pointer structure for the tree. | |
| Node ()=default | |
| Default constructor. | |
Public Attributes | ||
| union { | ||
| Pair p | ||
| pair of element More... | ||
| struct { | ||
| Key key | ||
| key by which to sort the node More... | ||
| Value value | ||
| value of the node More... | ||
| } | ||
| }; | ||
The metadata for a tree node.
Definition at line 91 of file SysMap.hxx.
|
default |
Default constructor.
Does not initialize key or value.
| Key SysMap< Key, Value >::Node::key |
key by which to sort the node
Definition at line 101 of file SysMap.hxx.
pair of element
Definition at line 98 of file SysMap.hxx.
| Value SysMap< Key, Value >::Node::value |
value of the node
Definition at line 102 of file SysMap.hxx.