Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
hgps::core::PopulationItem Struct Reference

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...
 

Detailed Description

Population trends item data structure.

Member Data Documentation

◆ at_time

int hgps::core::PopulationItem::at_time {}

Item reference time.

◆ females

float hgps::core::PopulationItem::females {}

Number of females.

◆ location_id

int hgps::core::PopulationItem::location_id {}

The country unique identifier code.

◆ males

float hgps::core::PopulationItem::males {}

Number of males.

◆ total

float hgps::core::PopulationItem::total {}

Total number of males and female.

◆ with_age

int hgps::core::PopulationItem::with_age {}

Item reference time.


The documentation for this struct was generated from the following file: