Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoUctObjectWithSearch Class Reference

#include <GoUctObjectWithSearch.h>

Inheritance diagram for GoUctObjectWithSearch:

Inheritance graph
[legend]
List of all members.

Detailed Description

Interface implemented by object that owns a (single) GoUctSearch.

If a GoPlayer implements this interface, the GoUctSearch related GTP commands in GoUctCommands can be used with this player.

Definition at line 16 of file GoUctObjectWithSearch.h.

Public Member Functions

virtual ~GoUctObjectWithSearch ()
virtual GoUctSearchSearch ()=0
virtual const GoUctSearchSearch () const =0


Constructor & Destructor Documentation

GoUctObjectWithSearch::~GoUctObjectWithSearch (  )  [virtual]

Definition at line 12 of file GoUctObjectWithSearch.cpp.


Member Function Documentation

virtual const GoUctSearch& GoUctObjectWithSearch::Search (  )  const [pure virtual]

Implemented in GoUctPlayer< SEARCH, THREAD >.

virtual GoUctSearch& GoUctObjectWithSearch::Search (  )  [pure virtual]

Implemented in GoUctPlayer< SEARCH, THREAD >.

Referenced by GoUctCommands::Search().


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


17 Jun 2010 Doxygen 1.4.7