定跡無し More...
#include <openingBookTracer.h>
Public Member Functions | |
~NullBook () | |
OpeningBookTracer * | clone () const |
new したものを返す | |
void | update (Move) |
指した手に対応して状態を更新する. | |
const Move | selectMove () const |
良い手を探す.状態は更新しない. | |
bool | isOutOfBook () const |
void | popMove () |
一手前の状態に戻す |
定跡無し
Definition at line 42 of file openingBookTracer.h.
Definition at line 13 of file openingBookTracer.cc.
OpeningBookTracer* osl::game_playing::NullBook::clone | ( | ) | const [inline, virtual] |
new したものを返す
Implements osl::game_playing::OpeningBookTracer.
Definition at line 46 of file openingBookTracer.h.
bool osl::game_playing::NullBook::isOutOfBook | ( | ) | const [virtual] |
Implements osl::game_playing::OpeningBookTracer.
Definition at line 29 of file openingBookTracer.cc.
void osl::game_playing::NullBook::popMove | ( | ) | [virtual] |
一手前の状態に戻す
Implements osl::game_playing::OpeningBookTracer.
Definition at line 35 of file openingBookTracer.cc.
const osl::Move osl::game_playing::NullBook::selectMove | ( | ) | const [virtual] |
良い手を探す.状態は更新しない.
Implements osl::game_playing::OpeningBookTracer.
Definition at line 23 of file openingBookTracer.cc.
void osl::game_playing::NullBook::update | ( | Move | ) | [virtual] |
指した手に対応して状態を更新する.
Implements osl::game_playing::OpeningBookTracer.
Definition at line 18 of file openingBookTracer.cc.