Overview | Group | Tree | Graph | Index | Concepts |
An instance of this class traverses the list of shift objects that have
been added to the corresponding IloCalendar
.
Constructor Summary | |
---|---|
public | ShiftObjectIterator(IloCalendar calendar) |
Method Summary | |
---|---|
public IlcBool | ok() const |
public IloShiftObject | operator*() const |
public ShiftObjectIterator & | operator++() |
Constructor Detail |
---|
This constructor creates an iterator to traverse the list of shift objects
that have been added to calendar
.
Method Detail |
---|
This member function returns IloTrue
if the current position
of the iterator is a valid one. It returns IloFalse
if the list
of shift objects has been completely scanned by the iterator.
This operator returns the current instance of IloShiftObject
, the one to which the
invoking iterator points. If the iterator is set past the end position, then this operator returns
an empty handle.
This left-increment operator shifts the current position of the iterator to the next instance of IloShiftObject
.