Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
hgps::BaselineAdjustment Struct Referencefinal

Defines the risk factor baseline adjustment data type. More...

#include <riskfactor_adjustment_types.h>

Collaboration diagram for hgps::BaselineAdjustment:
[legend]

Public Member Functions

 BaselineAdjustment ()=default
 Initialises a new instance of the BaselineAdjustment structure. More...
 
 BaselineAdjustment (FactorAdjustmentTable &&adjustment_table)
 Initialises a new instance of the BaselineAdjustment structure. More...
 

Public Attributes

FactorAdjustmentTable values {}
 The risk factors adjustment table values. More...
 

Detailed Description

Defines the risk factor baseline adjustment data type.

Constructor & Destructor Documentation

◆ BaselineAdjustment() [1/2]

hgps::BaselineAdjustment::BaselineAdjustment ( )
default

Initialises a new instance of the BaselineAdjustment structure.

◆ BaselineAdjustment() [2/2]

hgps::BaselineAdjustment::BaselineAdjustment ( FactorAdjustmentTable &&  adjustment_table)
inline

Initialises a new instance of the BaselineAdjustment structure.

Parameters
adjustment_tableThe baseline adjustment table
Exceptions
std::invalid_argumentfor empty adjustment table or table missing a gender entry
Here is the call graph for this function:

Member Data Documentation

◆ values

FactorAdjustmentTable hgps::BaselineAdjustment::values {}

The risk factors adjustment table values.


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