#include <computerPlayer.h>
Public メソッド | |
virtual | ~ComputerPlayerSelectBestMoveInTime () |
virtual const MoveWithComment | selectBestMoveInTime (const GameState &, const search::TimeAssigned &)=0 |
computerPlayer.h の 58 行で定義されています。
osl::game_playing::ComputerPlayerSelectBestMoveInTime::~ComputerPlayerSelectBestMoveInTime | ( | ) | [virtual] |
computerPlayer.cc の 45 行で定義されています。
virtual const MoveWithComment osl::game_playing::ComputerPlayerSelectBestMoveInTime::selectBestMoveInTime | ( | const GameState & | , | |
const search::TimeAssigned & | ||||
) | [pure virtual] |