Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
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.
 

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.
 

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.

◆ 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: