Pigweed
|
#include <block.h>
Public Member Functions | |
Range (Block *begin) | |
Constructs a range including begin and all valid following blocks. | |
Range (Block *begin_inclusive, Block *end_inclusive) | |
Constructs a range of blocks from begin to end , inclusively. | |
Iterator & | begin () |
Iterator & | end () |
Represents a range of blocks that can be iterated over.
The typical usage of this class is in a range-based for-loop, e.g.