#include "Hex.hpp"#include "HashedPatternSet.hpp"#include "Pattern.hpp"#include "StoneBoard.hpp"Go to the source code of this file.
Classes | |
| class | PatternHit |
| Instance of a pattern matching a subset of the board. More... | |
| class | PatternMatcherData |
| Data used for pattern matching. More... | |
| class | PatternState |
| Tracks pattern state info on a board. More... | |
| struct | PatternState::Statistics |
| Pattern checking statistics. More... | |
Typedefs | |
| typedef std::vector< PatternHit > | PatternHits |
| Vector of PatternHits. | |
Definition in file PatternState.hpp.
| typedef std::vector<PatternHit> PatternHits |
Vector of PatternHits.
Definition at line 92 of file PatternState.hpp.