#include <fstream>
#include <locale>
#include <vector>
Go to the source code of this file.
Classes | |
struct | adore::mad::CsvReader::csv_reader_facet |
a helper construct to facilitate reading csv files More... | |
Namespaces | |
adore | |
adore::mad | |
adore::mad::CsvReader | |
Functions | |
template<typename T > | |
static std::vector< T > | adore::mad::CsvReader::get_data (std::string filepath) |
A simple csv reader function which just gets all data T from a file as a vector of T, usual separators like comma semicolon and tab are ignored during read. data vector is flat. More... | |