Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Diseases relative risk effect table data structure. More...
#include <disease.h>
Public Member Functions | |
bool | empty () const noexcept |
Checks whether the relative risk table data is empty. More... | |
Public Attributes | |
bool | is_default_value {} |
Value indicating whether the rows contain default value only. More... | |
std::vector< std::string > | columns |
The table column identifiers. More... | |
std::vector< std::vector< float > > | rows |
The table rows with data for each column. More... | |
Diseases relative risk effect table data structure.
|
inlinenoexcept |
Checks whether the relative risk table data is empty.
std::vector<std::string> hgps::core::RelativeRiskEntity::columns |
The table column identifiers.
bool hgps::core::RelativeRiskEntity::is_default_value {} |
Value indicating whether the rows contain default value only.
std::vector<std::vector<float> > hgps::core::RelativeRiskEntity::rows |
The table rows with data for each column.