ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
csv_reader.h File Reference
#include <fstream>
#include <locale>
#include <vector>
Include dependency graph for csv_reader.h:
This graph shows which files directly or indirectly include this file:

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...