|
| class | Converter |
| | Class providing conversion to/from numerical datatypes and strings. More...
|
| |
| struct | ConverterParams |
| | Datastructure holding parameters controlling how invalid numbers (including empty strings) should be handled. More...
|
| |
| class | Document |
| | Class representing a CSV document. More...
|
| |
| struct | LabelParams |
| | Datastructure holding parameters controlling which row and column should be treated as labels. More...
|
| |
| struct | LineReaderParams |
| | Datastructure holding parameters controlling how special line formats should be treated. More...
|
| |
| class | no_converter |
| | Exception thrown when attempting to access Document data in a datatype which is not supported by the Converter class. More...
|
| |
| struct | SeparatorParams |
| | Datastructure holding parameters controlling how the CSV data fields are separated. More...
|
| |