|
Board
0.9.5
|
The BreadthFirstIterator struct allows to traverse the shape tree using a breadth-first strategy. More...
#include <ShapeList.h>
Public Member Functions | |
| BreadthFirstIterator (ShapeList *list) | |
| Shape & | operator* () |
| Shape * | operator-> () |
| Shape * | pointer () |
| bool | operator== (const BreadthFirstIterator &other) |
| bool | operator!= (const BreadthFirstIterator &other) |
| BreadthFirstIterator & | operator++ () |
| BreadthFirstIterator | operator++ (int) |
The BreadthFirstIterator struct allows to traverse the shape tree using a breadth-first strategy.
1.8.17