ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adore::mad::CsvReader Namespace Reference

Classes

struct  csv_reader_facet
 a helper construct to facilitate reading csv files More...
 

Functions

template<typename T >
static std::vector< T > 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...
 

Function Documentation

◆ get_data()

template<typename T >
static std::vector<T> adore::mad::CsvReader::get_data ( std::string  filepath)
static

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.

Template Parameters
T