|
Vince's CSV Parser
|
Defines an object used to store CSV format settings. More...
Go to the source code of this file.
Classes | |
| struct | csv::CSVGuessResult |
| Stores the inferred format of a CSV file. More... | |
| class | csv::CSVFormat |
| Stores information about how to parse a CSV file. More... | |
Namespaces | |
| csv | |
| The all encompassing namespace. | |
| csv::internals | |
| Stuff that is generally not of interest to end-users. | |
Enumerations | |
| enum class | csv::VariableColumnPolicy { THROW = -1 , IGNORE_ROW = 0 , KEEP = 1 } |
| Determines how to handle rows that are shorter or longer than the majority. | |
Defines an object used to store CSV format settings.
Definition in file csv_format.hpp.