Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
LinearMap< Key, Value >::Element Struct Reference

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...
 
   }  
 
};  
 

Detailed Description

template<typename Key, typename Value>
struct LinearMap< Key, Value >::Element

Entry element in mapping.

Definition at line 85 of file LinearMap.hxx.

Member Data Documentation

◆ key

template<typename Key , typename Value >
Key LinearMap< Key, Value >::Element::key

key by which to sort the node

Definition at line 92 of file LinearMap.hxx.

◆ p

template<typename Key , typename Value >
Pair LinearMap< Key, Value >::Element::p

pair of element

Definition at line 89 of file LinearMap.hxx.

◆ value

template<typename Key , typename Value >
Value LinearMap< Key, Value >::Element::value

value of the node

Definition at line 93 of file LinearMap.hxx.


The documentation for this struct was generated from the following file: