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

Define the birth data type. More...

#include <life_table.h>

Public Member Functions

 Birth (float number_of_births, float birth_sex_ratio)
 Initialises a new instance of the Birth structure. More...
 

Public Attributes

float number {}
 The total number of births. More...
 
float sex_ratio {}
 Sex ratio at birth (males per 100 female births) More...
 

Detailed Description

Define the birth data type.

Constructor & Destructor Documentation

◆ Birth()

hgps::Birth::Birth ( float  number_of_births,
float  birth_sex_ratio 
)
inline

Initialises a new instance of the Birth structure.

Parameters
number_of_birthsTotal number of births
birth_sex_ratioSex ratio at birth

Member Data Documentation

◆ number

float hgps::Birth::number {}

The total number of births.

◆ sex_ratio

float hgps::Birth::sex_ratio {}

Sex ratio at birth (males per 100 female births)


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