Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions

GoUctObjectWithSearch Class Reference

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

#include <GoUctObjectWithSearch.h>

Inheritance diagram for GoUctObjectWithSearch:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

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 15 of file GoUctObjectWithSearch.h.


Constructor & Destructor Documentation

GoUctObjectWithSearch::~GoUctObjectWithSearch (  )  [virtual]

Definition at line 11 of file GoUctObjectWithSearch.cpp.


Member Function Documentation

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

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


Sun Mar 13 2011 Doxygen 1.7.1