|
Board
0.9.5
|
The TopLevelConstIterator struct. More...
#include <ShapeList.h>
Public Member Functions | |
| TopLevelConstIterator (std::vector< Shape * >::const_iterator it) | |
| const Shape & | operator* () |
| const Shape * | operator-> () |
| const Shape * | pointer () |
| TopLevelConstIterator & | operator++ () |
| TopLevelConstIterator | operator++ (int) |
| bool | operator== (const TopLevelConstIterator &other) |
| bool | operator!= (const TopLevelConstIterator &other) |
The TopLevelConstIterator struct.
Allows the traversal of a const ShapeList using an STL-like syntax.
1.8.17