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

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...
 

Detailed Description

Diseases relative risk effect table data structure.

Member Function Documentation

◆ empty()

bool hgps::core::RelativeRiskEntity::empty ( ) const
inlinenoexcept

Checks whether the relative risk table data is empty.

Returns
true for an empty table, otherwise false.

Member Data Documentation

◆ columns

std::vector<std::string> hgps::core::RelativeRiskEntity::columns

The table column identifiers.

◆ is_default_value

bool hgps::core::RelativeRiskEntity::is_default_value {}

Value indicating whether the rows contain default value only.

◆ rows

std::vector<std::vector<float> > hgps::core::RelativeRiskEntity::rows

The table rows with data for each column.


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