Overview | Group | Tree | Graph | Index | Concepts |
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 IlcBool | next(IlcBox & next_box) |
Constructor Detail |
---|
This constructor creates an iterator to traverse the boxes contained in the box box
.
Method Detail |
---|
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.