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

Use this iterator to step through a sequence of elements.
See Also:
IloOplModel, IloOplDataElements
| Method Summary | |
|---|---|
public void | end() |
public IloBool | ok() const |
public IloOplElement | operator*() const |
public void | operator++() |
| Method Detail |
|---|
Clears the memory used by this object
This member function lets you know whether there are more elements on which to iterate.
IloTrue if there are more elements. This operator accesses the current element.
IloOplElement instance. This operator moves on to the next element.