Overview | Group | Tree | Graph | Index | Concepts |
An instance of this class traverses the set of timetables associated with
an integer capacity resource
(IlcDiscreteResource
, IlcUnaryResource
IlcReservoir
, or IlcDiscreteEnergy
).
See Also:
Constructor Summary | |
---|---|
public | IlcIntTimetableIterator(IlcCapResource res) |
Method Summary | |
---|---|
public IlcIntTimetable | operator*() |
public IlcIntTimetableIterator & | operator++() |
Constructor Detail |
---|
This constructor creates an iterator to traverse all the timetables of a capacity resource.
Method Detail |
---|
This operator accesses the instance of IlcIntTimetable
located at the current position of the iterator. If the iterator is set past
the end position, this operator returns an empty handle.
This left-increment operator shifts the current position of the iterator.