|
Open Model Railroad Network (OpenMRN)
|
Entry element in mapping. More...
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... | ||
| } | ||
| }; | ||
Entry element in mapping.
Definition at line 85 of file LinearMap.hxx.
| Key LinearMap< Key, Value >::Element::key |
key by which to sort the node
Definition at line 92 of file LinearMap.hxx.
pair of element
Definition at line 89 of file LinearMap.hxx.
| Value LinearMap< Key, Value >::Element::value |
value of the node
Definition at line 93 of file LinearMap.hxx.