UTILLib 2.0
Common C++ library with utilities.
|
Defines a simple API when creating a comma separated value (CSV) file.
#include <cstdio>
#include <fstream>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | util::plot::CsvWriter |
Simple writer interface when creating a CSV file (comma separated value). More... |
Namespaces | |
namespace | util |
Main namespace for the util library. | |
namespace | util::plot |
The plot namespace is used for plotting related classes and functions. |
Functions | |
template<> | |
void | util::plot::CsvWriter::AddColumnValue< std::string > (const std::string &value) |
Adds a column text string. |