MatchLib
|
A helper class to read CSV files. More...
#include <CSVFileReader.h>
Public Member Functions | |
CSVFileReader (std::string filename, std::string sep=",") | |
std::vector< std::vector< std::string > > | readCSV () |
A helper class to read CSV files.
The constructor takes two arguments: a string containing the filename, and an optional string containing the delimiting character (default is ',').
Definition at line 37 of file CSVFileReader.h.