All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
osl::game_playing::ResignPlayer Class Reference

常に投了する More...

#include <computerPlayer.h>

Inheritance diagram for osl::game_playing::ResignPlayer:
Inheritance graph
[legend]
Collaboration diagram for osl::game_playing::ResignPlayer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~ResignPlayer ()
ComputerPlayerclone () const
 new したものを返す
void pushMove (Move m)
void popMove ()
const MoveWithComment selectBestMove (const GameState &, int, int, int)

Detailed Description

常に投了する

Definition at line 67 of file computerPlayer.h.


Constructor & Destructor Documentation

Definition at line 52 of file computerPlayer.cc.


Member Function Documentation

new したものを返す

Implements osl::game_playing::ComputerPlayer.

Definition at line 71 of file computerPlayer.h.

Implements osl::game_playing::ComputerPlayer.

Definition at line 61 of file computerPlayer.cc.

Implements osl::game_playing::ComputerPlayer.

Definition at line 57 of file computerPlayer.cc.

const osl::search::MoveWithComment osl::game_playing::ResignPlayer::selectBestMove ( const GameState ,
int  seconds,
int  elapsed,
int  byoyomi 
) [virtual]
Parameters:
seconds残り持ち時間

Implements osl::game_playing::ComputerPlayer.

Definition at line 65 of file computerPlayer.cc.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines