|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include "zip_file.h"#include "HealthGPS/program_dirs.h"#include "HealthGPS/sha256.h"#include <fmt/format.h>#include <libzippp.h>#include <fstream>#include <random>#include <sstream>Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
| namespace | hgps::input |
| Data structures containing model parameters and configuration options. | |
Functions | |
| std::filesystem::path | hgps::input::get_zip_cache_directory (const std::string &file_hash) |
| Get cache directory for extracting a file into. | |
| void | hgps::input::extract_zip_file (const std::filesystem::path &file_path, const std::filesystem::path &output_directory) |
| Extract a zip file to the specified location. | |