Skip to main content
FRAMES NO FRAMES

Class IloTupleCollection

Definition file: ilopl/ilotuplecollection.h
Map of IloTupleCollectionIloTupleCollectionIloTupleSetIloTupleCollectionIloAnyCollectionIloDiscreteDataCollectionIloDataCollection
This class is used to declare an 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

IloTupleCollection

public IloTupleCollection(IloTupleCollectionI * impl)

This constructor creates a handle object from a pointer to an implementation object.

Parameters:

impl
A pointer to the implementation object of this class.

getImpl

public IloTupleCollectionI * getImpl() const

This member function returns a pointer to the implementation object of the invoking handle.