UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
csvwriter.h File Reference

Defines a simple API when creating a comma separated value (CSV) file.

#include <cstdio>
#include <fstream>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for csvwriter.h:
This graph shows which files directly or indirectly include this file:

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.