Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

PatternState.hpp File Reference

#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< PatternHitPatternHits
 Vector of PatternHits.

Detailed Description

Definition in file PatternState.hpp.


Typedef Documentation

typedef std::vector<PatternHit> PatternHits

Vector of PatternHits.

Definition at line 92 of file PatternState.hpp.


6 Jan 2011 Doxygen 1.6.3