Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#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 | |
struct | hgps::PopulationRecord |
Define the population record data type for the demographic dataset. More... | |
class | hgps::PopulationModule |
Implements the population demographic module data type. More... | |
Namespaces | |
hgps | |
Top-level namespace for Health-GPS C++ API. | |
Functions | |
std::unique_ptr< PopulationModule > | hgps::build_population_module (Repository &repository, const ModelInput &config) |
Builds a new instance of the PopulationModule using the given data infrastructure. More... | |