FRAMES NO FRAMES

Class IlcBoxIterator

Definition file: ilsolver/ilcbox.h
Include file: <ilsolver/ilosolver.h>

An instance of this class is an iterator capable of traversing the boxes contained in an instance of IlcBox.

See Also:

Constructor Summary
public IlcBoxIterator(IlcBox box)
Method Summary
public IlcBoolnext(IlcBox & next_box)
Constructor Detail

IlcBoxIterator

public IlcBoxIterator(IlcBox box)

This constructor creates an iterator to traverse the boxes contained in the box box.


Method Detail

next

public IlcBool next(IlcBox & next_box)

This member function advances the iterator to the next box contained in box. The IlcBoxIterator::next method returns IlcTrue if there is a next box and IlcFalse otherwise.