|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include "HealthGPS.Core/forward_type.h"#include "HealthGPS.Core/identifier.h"#include "disease.h"#include "gender_table.h"#include "gender_value.h"#include "interfaces.h"#include "life_table.h"#include "modelinput.h"#include "repository.h"#include "runtime_context.h"Go to the source code of this file.
Classes | |
| class | hgps::DemographicModule |
| Implements the population demographic module data type. More... | |
Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
Functions | |
| std::unique_ptr< DemographicModule > | hgps::build_population_module (Repository &repository, const ModelInput &config) |
| Builds a new instance of the DemographicModule using the given data infrastructure. | |