34 return disability_weights_;
40 std::map<core::Identifier, float> disability_weights_;
Burden of diseases (BoD) analysis module definition data type.
Definition analysis_definition.h:11
const std::map< core::Identifier, float > & disability_weights() const noexcept
Gets the diseases disability weights.
Definition analysis_definition.h:33
AnalysisDefinition(GenderTable< int, float > &&life_expectancy, DoubleAgeGenderTable &&observed_YLD, std::map< core::Identifier, float > &&disability_weights)
Initialises a new instance of the AnalysisDefinition class.
Definition analysis_definition.h:17
const GenderTable< int, float > & life_expectancy() const noexcept
Gets the population life expectancy table.
Definition analysis_definition.h:25
const DoubleAgeGenderTable & observed_YLD() const noexcept
Gets the observed years lived with disability (YLD) table.
Definition analysis_definition.h:29
Defines the gender column lookup table data type.
Definition gender_table.h:15
Top-level namespace for Health-GPS Console host application.
Definition command_options.cpp:8
Global namespace.
Definition column_iterator.h:123