Iterate through all points on the given board. More...
#include <GoUctBoard.h>

Public Member Functions | |
| Iterator (const GoUctBoard &bd) | |
| void | operator++ () |
| SgPoint | operator* () const |
| operator bool () const | |
Iterate through all points on the given board.
Definition at line 390 of file GoUctBoard.h.
| GoUctBoard::Iterator::Iterator | ( | const GoUctBoard & | bd | ) |
Definition at line 462 of file GoUctBoard.h.