Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Population mortality trends for a country data structure. More...
#include <mortality.h>
Public Attributes | |
int | location_id {} |
The country unique identifier code. More... | |
int | at_time {} |
Item reference time. More... | |
int | with_age {} |
Item reference time. More... | |
float | males {} |
Number of male deaths. More... | |
float | females {} |
Number of female deaths. More... | |
float | total {} |
Total number of deaths. More... | |
Population mortality trends for a country data structure.
int hgps::core::MortalityItem::at_time {} |
Item reference time.
float hgps::core::MortalityItem::females {} |
Number of female deaths.
int hgps::core::MortalityItem::location_id {} |
The country unique identifier code.
float hgps::core::MortalityItem::males {} |
Number of male deaths.
float hgps::core::MortalityItem::total {} |
Total number of deaths.
int hgps::core::MortalityItem::with_age {} |
Item reference time.