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

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

Detailed Description

Population mortality trends for a country data structure.

Member Data Documentation

◆ at_time

int hgps::core::MortalityItem::at_time {}

Item reference time.

◆ females

float hgps::core::MortalityItem::females {}

Number of female deaths.

◆ location_id

int hgps::core::MortalityItem::location_id {}

The country unique identifier code.

◆ males

float hgps::core::MortalityItem::males {}

Number of male deaths.

◆ total

float hgps::core::MortalityItem::total {}

Total number of deaths.

◆ with_age

int hgps::core::MortalityItem::with_age {}

Item reference time.


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