Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include "HealthGPS.Core/array2d.h"
#include "HealthGPS.Core/identifier.h"
#include "gender_table.h"
#include "monotonic_vector.h"
#include <map>
Go to the source code of this file.
Classes | |
class | hgps::RelativeRiskLookup |
Defines the relative risk factors lookup data type. More... | |
struct | hgps::RelativeRisk |
Defines the relative risk factors data type. More... | |
Namespaces | |
hgps | |
Top-level namespace for Health-GPS C++ API. | |
Typedefs | |
using | hgps::RelativeRiskTableMap = std::map< core::Identifier, FloatAgeGenderTable > |
Defines the relative risk factor table type. More... | |
using | hgps::RelativeRiskLookupMap = std::map< core::Identifier, std::map< core::Gender, RelativeRiskLookup > > |
Defines the relative risk factor lookup type. More... | |