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

#include <computerPlayer.h>

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

List of all members.

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

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines