Vince's CSV Parser
|
Defines the data type used for storing information about a CSV row. More...
Go to the source code of this file.
Namespaces | |
csv | |
The all encompassing namespace. | |
csv::internals | |
Stuff that is generally not of interest to end-users. | |
Functions | |
csv::CSVRow::operator std::vector< std::string > () const | |
csv::HEDLEY_NON_NULL (2) CSVRow | |
Defines the data type used for storing information about a CSV row.
Definition in file csv_row.cpp.