All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
osl::search::NoCaptureStore Struct Reference
Collaboration diagram for osl::search::NoCaptureStore:
Collaboration graph
[legend]

Public Member Functions

 NoCaptureStore (MoveScore *o)
 
void simpleMove (Square, Square, Ptype, bool, Player, Move move)
 
void unknownMove (Square, Square, Piece p1, Ptype, bool, Player, Move move)
 
void dropMove (Square, Ptype, Player, Move move)
 
void simpleMove (Square from, Square to, Ptype ptype, bool isPromote, Player p)
 
void unknownMove (Square from, Square to, Piece captured, Ptype ptype, bool isPromote, Player p)
 
void dropMove (Square to, Ptype ptype, Player p)
 

Public Attributes

MoveScoreout
 

Detailed Description

Definition at line 72 of file moveScore.cc.

Constructor & Destructor Documentation

osl::search::NoCaptureStore::NoCaptureStore ( MoveScore o)
inline

Definition at line 74 of file moveScore.cc.

Member Function Documentation

void osl::search::NoCaptureStore::dropMove ( Square  ,
Ptype  ,
Player  ,
Move  move 
)
inline

Definition at line 83 of file moveScore.cc.

References out.

void osl::search::NoCaptureStore::dropMove ( Square  to,
Ptype  ptype,
Player  p 
)
inline

Definition at line 99 of file moveScore.cc.

References out.

void osl::search::NoCaptureStore::simpleMove ( Square  ,
Square  ,
Ptype  ,
bool  ,
Player  ,
Move  move 
)
inline

Definition at line 75 of file moveScore.cc.

References out.

void osl::search::NoCaptureStore::simpleMove ( Square  from,
Square  to,
Ptype  ptype,
bool  isPromote,
Player  p 
)
inline

Definition at line 88 of file moveScore.cc.

References out, and osl::PTYPE_EMPTY.

void osl::search::NoCaptureStore::unknownMove ( Square  ,
Square  ,
Piece  p1,
Ptype  ,
bool  ,
Player  ,
Move  move 
)
inline

Definition at line 78 of file moveScore.cc.

References osl::Piece::isEmpty(), and out.

void osl::search::NoCaptureStore::unknownMove ( Square  from,
Square  to,
Piece  captured,
Ptype  ptype,
bool  isPromote,
Player  p 
)
inline

Definition at line 93 of file moveScore.cc.

References osl::Piece::isEmpty(), out, and osl::Piece::ptype().

Member Data Documentation

MoveScore* osl::search::NoCaptureStore::out

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