Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
map2d.h File Reference
#include <map>
#include <unordered_map>
#include <utility>
Include dependency graph for map2d.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hgps::Map2d< TMap, TRow, TCol, TCell >
 Defines the two-dimensional map (lookup table) data type. More...
 

Namespaces

namespace  hgps
 Top-level namespace for Health-GPS Console host application.
 

Typedefs

template<class TRow , class TCol , class TCell >
using hgps::UnorderedMap2d = Map2d< std::unordered_map, TRow, TCol, TCell >
 Defines the two-dimensional unordered map data type.
 
template<class TRow , class TCol , class TCell >
using hgps::OrderedMap2d = Map2d< std::map, TRow, TCol, TCell >
 Defines the two-dimensional ordered map data type.