|
libdballe
7.7
|
Routines to parse data in CSV format. More...
#include <wreport/var.h>#include <vector>#include <string>#include <iosfwd>#include <stdio.h>Go to the source code of this file.
Data Structures | |
| class | dballe::CSVReader |
| class | dballe::CSVWriter |
Namespaces | |
| dballe | |
| Copyright (C) 2008–2010 ARPA-SIM urpsim@smr.arpa.emr.it | |
Functions | |
| bool | dballe::csv_read_next (FILE *in, std::vector< std::string > &cols) |
| Parse a CSV line. More... | |
| void | dballe::csv_output_quoted_string (std::ostream &out, const std::string &str) |
| Output a string value, quoted if needed according to CSV rules. | |
Routines to parse data in CSV format.
1.8.9.1