#include <computerPlayer.h>

Public Member Functions | |
| virtual | ~ComputerPlayerSelectBestMoveInTime () |
| virtual const MoveWithComment | selectBestMoveInTime (const GameState &, const search::TimeAssigned &)=0 |
Definition at line 58 of file computerPlayer.h.
| osl::game_playing::ComputerPlayerSelectBestMoveInTime::~ComputerPlayerSelectBestMoveInTime | ( | ) | [virtual] |
Definition at line 45 of file computerPlayer.cc.
| virtual const MoveWithComment osl::game_playing::ComputerPlayerSelectBestMoveInTime::selectBestMoveInTime | ( | const GameState & | , |
| const search::TimeAssigned & | |||
| ) | [pure virtual] |
Implemented in osl::game_playing::SearchPlayer, and osl::game_playing::BookPlayer.
1.7.6.1