Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
csvparser.cpp File Reference
#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>
Include dependency graph for csvparser.cpp:

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.
 

Macro Definition Documentation

◆ MEASURE_FUNCTION

#define MEASURE_FUNCTION ( )