Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
demographic.cpp File Reference
#include "demographic.h"
#include "HealthGPS.Core/thread_util.h"
#include "converter.h"
#include "sync_message.h"
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstdio>
#include <fmt/format.h>
#include <functional>
#include <limits>
#include <mutex>
#include <string>
#include <vector>
#include <oneapi/tbb/parallel_for_each.h>
Include dependency graph for demographic.cpp:

Namespaces

namespace  hgps
 Top-level namespace for Health-GPS Console host application.
 

Functions

std::unique_ptr< DemographicModulehgps::build_population_module (Repository &repository, const ModelInput &config)
 Builds a new instance of the DemographicModule using the given data infrastructure.