Overview | Group | Tree | Graph | Index | Concepts |
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. |
IloIntervalList | Represents a list of nonoverlapping intervals. |
IloIntervalListCursor | Inspects the intervals of an interval list. |
Function Summary | |
---|---|
IloDifference | Creates and returns the difference between two interval lists. |
IloDifference | Creates and returns a function equal to the difference between the functions. |
IloIntersection | creates and returns a function equal to the intersection between the functions. |
IloMax | Creates and returns a function equal to the maximal value of its argument functions. |
IloMin | Creates and returns a function equal to the minimal value of its argument functions. |
IloUnion | Represents a function equal to the union of the functions. |
IloUnion | Creates and returns the union of two interval lists. |
operator* | Creates and returns a function equal to its argument function multiplied by a given factor. |
operator+ | Creates and returns a function equal the sum of its argument functions. |
operator- | Creates and returns a function equal to the difference between its argument functions. |
operator<< | Overloaded operator for csv output. |
operator== |
Returns IloTrue for same interval lists.
|
operator== | overloaded operator. |
operator== | Overloaded operator tests equality of numeric functions. |