Pigweed
Loading...
Searching...
No Matches
Iterator Class Referencefinal

#include <block.h>

Public Member Functions

 Iterator (Block *block)
 
Iteratoroperator++ ()
 
bool operator!= (const Iterator &other)
 
Block * operator* ()
 

Detailed Description

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.


The documentation for this class was generated from the following file: