| Class Summary |
|---|
| IloCsvLine |
Represents a line in a csv file.
|
| IloCsvReader |
Reads a formatted csv file.
|
| IloCsvReader::IloColumnHeaderNotFoundException |
Exception thrown for unfound header.
|
| IloCsvReader::IloCsvReaderParameterException |
Exception thrown for incorrect arguments in constructor.
|
| IloCsvReader::IloDuplicatedTableException |
Exception thrown for tables of same name in csv file.
|
| IloCsvReader::IloFieldNotFoundException |
Exception thrown for field not found.
|
| IloCsvReader::IloFileNotFoundException |
Exception thrown when file is not found.
|
| IloCsvReader::IloIncorrectCsvReaderUseException |
Exception thrown for call to inappropriate csv reader.
|
| IloCsvReader::IloLineNotFoundException |
Exception thrown for unfound line.
|
| IloCsvReader::IloTableNotFoundException |
Exception thrown for unfound table.
|
| IloCsvReader::LineIterator |
Line-iterator for csv readers.
|
| IloCsvReader::TableIterator |
Table-iterator of csv readers.
|
| IloCsvTableReader |
Reads a csv table with format.
|
| IloCsvTableReader::LineIterator |
Line-iterator for csv table readers.
|