Pigweed
|
#include <block.h>
Public Member Functions | |
Iterator (Block *block) | |
Iterator & | operator++ () |
bool | operator!= (const Iterator &other) |
Block * | operator* () |
Represents an iterator that moves forward through a list of blocks.
This class is not typically instantiated directly, but rather using a range-based for-loop using Block::Range
.