Constant data for a given board size. More...
#include <boost/shared_ptr.hpp>#include "SgArray.h"#include "SgNbIterator.h"#include "SgPoint.h"#include "SgPointArray.h"#include "SgPointIterator.h"#include "SgPointSet.h"Go to the source code of this file.
Classes | |
| class | SgBoardConst |
| Constant data for a given board size for games with square boards. More... | |
| struct | SgBoardConst::BoardConstImpl |
| class | SgLineIterator |
| Iterate through all points on a specific line on the given board. More... | |
| class | SgCornerIterator |
| Iterate through all four corner point of the given board. More... | |
| class | SgSideIterator |
| Iterate through the two directions along the sides for the given point. More... | |
| class | SgNbIterator |
| Iterate over all on-board neighbor points. More... | |
Constant data for a given board size.
Definition in file SgBoardConst.h.