Overview | Group | Tree | Graph | Index | Concepts |
An instance of this class traverses the set of continuous reservoirs.
See Also:
IlcContinuousReservoir, IlcSchedule
Constructor and Destructor Summary | |
---|---|
public | IlcContinuousReservoirIterator(const IlcSchedule schedule) |
Method Summary | |
---|---|
public IlcBool | ok() const |
public IlcContinuousReservoir | operator*() const |
public IlcContinuousReservoirIterator & | operator++() |
Constructor and Destructor Detail |
---|
This constructor creates an iterator to traverse all the continuous reservoirs of schedule
.
Method Detail |
---|
This member function returns IlcTrue
if the current position of the
iterator is a valid one. It returns IlcFalse
if all the continuous
reservoirs have been scanned by the iterator.
This operator accesses the instance of
IlcContinuousReservoir
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.