| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

IloTupleCollection schema.
Defines the type of the columns in the declared
IloTupleCollection schema.
| Method Summary | |
|---|---|
public IloTupleCollectionI * | getImpl() const |
public | IloTupleCollection(IloTupleCollectionI * impl) |
Inherited Methods from IloDiscreteDataCollection |
|---|
getImpl, getIndex, getIndex, getIndex, getIndex, getIndex, getSize, IloDiscreteDataCollection, IloDiscreteDataCollection, isOrdered, isReversed, isSorted, iterator |
Inherited Methods from IloDataCollection |
|---|
display, end, getEnv, getName, isIntRange, isIntSet, isNumRange, isNumSet, isSymbolSet, isTupleSet, sort, sort, sort, sort |
| Inner Class | |
|---|---|
| IloTupleCollection::DuplicatedException | The base class of exceptions thrown when having problems with tuples in sets or arrays. |
| IloTupleCollection::DuplicatedKey | This exception is thrown when the uniqueness of the keys of the tuple is violated. |
| IloTupleCollection::DuplicatedTuple | This exception is thrown when the uniqueness of the tuple is violated. |
| IloTupleCollection::UnknownReference | This exception is thrown when an integrity constraint of the set is violated. |
| Method Detail |
|---|
This constructor creates a handle object from a pointer to an implementation object.
| impl |
A pointer to the implementation object of this class.
|
This member function returns a pointer to the implementation object of the invoking handle.