All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
osl::game_playing::ComputerPlayerSelectBestMoveInTime Class Referenceabstract

#include <computerPlayer.h>

Inheritance diagram for osl::game_playing::ComputerPlayerSelectBestMoveInTime:
Inheritance graph
[legend]

Public Member Functions

virtual ~ComputerPlayerSelectBestMoveInTime ()
 
virtual const MoveWithComment selectBestMoveInTime (const GameState &, const search::TimeAssigned &)=0
 

Detailed Description

Definition at line 58 of file computerPlayer.h.

Constructor & Destructor Documentation

osl::game_playing::ComputerPlayerSelectBestMoveInTime::~ComputerPlayerSelectBestMoveInTime ( )
virtual

Definition at line 45 of file computerPlayer.cc.

Member Function Documentation

virtual const MoveWithComment osl::game_playing::ComputerPlayerSelectBestMoveInTime::selectBestMoveInTime ( const GameState ,
const search::TimeAssigned  
)
pure virtual

The documentation for this class was generated from the following files: