|
#include <ArmarXCore/core/csv/CsvWriter.h>
Public Member Functions | |
void | close () |
CsvWriter (const std::string &filename, const std::vector< std::string > &header, bool append) | |
void | write (const std::vector< float > &row) |
void | write (const std::vector< std::string > &row) |
~CsvWriter () | |
Definition at line 36 of file CsvWriter.h.
CsvWriter | ( | const std::string & | filename, |
const std::vector< std::string > & | header, | ||
bool | append | ||
) |
~CsvWriter | ( | ) |
Definition at line 83 of file CsvWriter.cpp.
void close | ( | ) |
void write | ( | const std::vector< float > & | row | ) |
Definition at line 58 of file CsvWriter.cpp.
void write | ( | const std::vector< std::string > & | row | ) |
Definition at line 39 of file CsvWriter.cpp.