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 DoubleAgeGenderTable & observed_YLD() const noexcept
Gets the observed years lived with disability (YLD) table.
Definition: analysis_definition.h:29
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
Top-level namespace for Health-GPS C++ API.
Definition: analysis_definition.h:8
Global namespace.
Definition: jsonparser.h:88