Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include "interfaces.h"
#include "modelinput.h"
#include "repository.h"
#include "runtime_context.h"
Go to the source code of this file.
Classes | |
class | hgps::DiseaseModule |
Defines the disease module container to hold disease models. More... | |
Namespaces | |
hgps | |
Top-level namespace for Health-GPS C++ API. | |
Functions | |
std::unique_ptr< DiseaseModule > | hgps::build_disease_module (Repository &repository, const ModelInput &config) |
Builds a new instance of the DiseaseModule using the given data infrastructure. More... | |