|
Health-GPS 3.0.0.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. | |
Public Attributes | |
| std::vector< std::string > | columns |
| The table column identifiers. | |
| std::vector< std::vector< float > > | rows |
| The table rows with data for each column. | |
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.
| std::vector<std::vector<float> > hgps::core::RelativeRiskEntity::rows |
The table rows with data for each column.