Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
CSVReader.cpp File Reference
#include "CSVReader.h"
#include <fstream>
#include <sstream>
#include <stdexcept>
#include <typeindex>
#include <memory>
#include <iostream>
#include <limits>
#include <cctype>
Include dependency graph for CSVReader.cpp:

Go to the source code of this file.

Functions

std::string trim_str (const std::string &str)
 
template<typename T >
T convertValue (const std::string &value)
 
template<typename T >
void addValueToDataFrame (DataFrame &df, const std::string &colName, const std::string &value)
 

Function Documentation

◆ addValueToDataFrame()

template<typename T >
void addValueToDataFrame ( DataFrame df,
const std::string &  colName,
const std::string &  value 
)

Definition at line 41 of file CSVReader.cpp.

◆ convertValue()

template<typename T >
T convertValue ( const std::string &  value)

Definition at line 18 of file CSVReader.cpp.

◆ trim_str()

std::string trim_str ( const std::string &  str)

Definition at line 11 of file CSVReader.cpp.