|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include <filesystem>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
| namespace | hgps::input |
| Data structures containing model parameters and configuration options. | |
Functions | |
| void | hgps::input::download_file (const std::string &url, const std::filesystem::path &download_path) |
| Download the file at the specified URL. | |
| std::filesystem::path | hgps::input::download_file_to_temporary (const std::string &url, const std::string &file_extension) |
| Download the file at the specified URL to a temporary folder. | |