|
Jpp 19.3.0-rc.1
the software that should make you happy
|
#include "csv2code.hh"#include <fstream>#include <iomanip>#include <iostream>#include <sstream>#include <stdexcept>#include <string>#include <vector>#include "csv2cpp.hh"#include "csv2julia.hh"#include "csv2python.hh"#include "csv2shell.hh"Go to the source code of this file.
Functions | |
| CSV | readCSV (istream &in) |
| int | main (int argc, char **argv) |
| Helper program to convert an input CSV file, with a format of #type,name,number,comment. | |
| CSV readCSV | ( | istream & | in | ) |
Definition at line 18 of file csv2code.cc.
| int main | ( | int | argc, |
| char ** | argv ) |
Helper program to convert an input CSV file, with a format of #type,name,number,comment.
into a source code file of the requested language.
Definition at line 46 of file csv2code.cc.