|
Health-GPS 3.0.0.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. | |
| int | at_time {} |
| Item reference time. | |
| int | with_age {} |
| Item reference time. | |
| float | males {} |
| Number of males. | |
| float | females {} |
| Number of females. | |
| float | total {} |
| Total number of males and female. | |
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.