Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
csvparser.h File Reference
#include "HealthGPS.Core/api.h"
#include "poco.h"
Include dependency graph for csvparser.h:
This graph shows which files directly or indirectly include this file:

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

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.