39 CsvWriter(
const std::string& filename,
const std::vector<std::string>& header,
bool append);
41 void write(
const std::vector<std::string>& row);
42 void write(
const std::vector<float>& row);
49 std::string separator;
void write(const std::vector< std::string > &row)
CsvWriter(const std::string &filename, const std::vector< std::string > &header, bool append)
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< CsvWriter > CsvWriterPtr