|
Open Model Railroad Network (OpenMRN)
|
MultiMap abstraction that will allow access to one of StlMultiMap or LinearMultiMap. More...
#include <MultiMap.hxx>
Public Member Functions | |
| MultiMap () | |
| Default Constructor which with no mapping entry limit. | |
| MultiMap (size_t entries) | |
| Constructor that limits the number of mappings to a static pool. | |
| ~MultiMap () | |
| Destructor. | |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (MultiMap) | |
MultiMap abstraction that will allow access to one of StlMultiMap or LinearMultiMap.
Definition at line 58 of file MultiMap.hxx.
|
inline |
Default Constructor which with no mapping entry limit.
Definition at line 63 of file MultiMap.hxx.
|
inline |
Constructor that limits the number of mappings to a static pool.
| entries | number of nodes to statically create and track |
Definition at line 71 of file MultiMap.hxx.
Destructor.
Definition at line 78 of file MultiMap.hxx.