|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include "csvparser.h"#include <rapidcsv.h>#include "HealthGPS.Core/scoped_timer.h"#include "HealthGPS.Core/string_util.h"#include "HealthGPS/gender_value.h"#include <fmt/color.h>Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
| namespace | hgps::input |
| Data structures containing model parameters and configuration options. | |
Macros | |
| #define | MEASURE_FUNCTION() |
Functions | |
| hgps::core::DataTable | hgps::input::load_datatable_from_csv (const FileInfo &file_info) |
| Populates a datatable with the input data file contents. | |
| std::unordered_map< hgps::core::Identifier, std::vector< double > > | hgps::input::load_baseline_from_csv (const std::string &filename, const std::string &delimiter=",") |
| Loads the contents of baseline adjustments file into a table. | |
| #define MEASURE_FUNCTION | ( | ) |