|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include <tuple>Go to the source code of this file.
Classes | |
| struct | hgps::core::MortalityItem |
| Population mortality trends for a country data structure. More... | |
Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
| namespace | hgps::core |
| Top-level namespace for Health-GPS Core C++ API. | |
Functions | |
| bool | hgps::core::operator< (MortalityItem const &lhs, MortalityItem const &rhs) |
| Determine whether a specified MortalityItem is less than another instance. | |
| bool | hgps::core::operator> (MortalityItem const &lhs, MortalityItem const &rhs) |
| Determine whether a specified MortalityItem is greater than another instance. | |