Health-GPS
3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
csvparser.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
HealthGPS.Core/api.h
"
4
#include "
poco.h
"
5
6
namespace
hgps::input
{
7
16
hgps::core::DataTable
load_datatable_from_csv
(
const
FileInfo &file_info);
17
22
std::unordered_map<hgps::core::Identifier, std::vector<double>>
23
load_baseline_from_csv
(
const
std::string &filename,
const
std::string &delimiter =
","
);
24
25
}
// namespace hgps::input
api.h
poco.h
hgps::core::DataTable
Defines a Datatable for in memory data class.
Definition
datatable.h:16
hgps::input
Data structures containing model parameters and configuration options.
Definition
configuration.cpp:75
hgps::input::load_baseline_from_csv
std::unordered_map< hgps::core::Identifier, std::vector< double > > load_baseline_from_csv(const std::string &filename, const std::string &delimiter)
Loads the contents of baseline adjustments file into a table.
Definition
csvparser.cpp:156
hgps::input::load_datatable_from_csv
hgps::core::DataTable load_datatable_from_csv(const FileInfo &file_info)
Populates a datatable with the input data file contents.
Definition
csvparser.cpp:88
HealthGPS.Input
csvparser.h
Generated by
1.9.8