Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Population trends item data structure. More...
#include <population_item.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 males. More... | |
float | females {} |
Number of females. More... | |
float | total {} |
Total number of males and female. More... | |
Population trends item data structure.
int hgps::core::PopulationItem::at_time {} |
Item reference time.
float hgps::core::PopulationItem::females {} |
Number of females.
int hgps::core::PopulationItem::location_id {} |
The country unique identifier code.
float hgps::core::PopulationItem::males {} |
Number of males.
float hgps::core::PopulationItem::total {} |
Total number of males and female.
int hgps::core::PopulationItem::with_age {} |
Item reference time.