Interface implemented by object that owns a (single) GoUctSearch. More...
#include <GoUctObjectWithSearch.h>
Public Member Functions | |
virtual | ~GoUctObjectWithSearch () |
virtual GoUctSearch & | Search ()=0 |
virtual const GoUctSearch & | Search () const =0 |
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.
GoUctObjectWithSearch::~GoUctObjectWithSearch | ( | ) | [virtual] |
Definition at line 11 of file GoUctObjectWithSearch.cpp.
virtual GoUctSearch& GoUctObjectWithSearch::Search | ( | ) | [pure virtual] |
virtual const GoUctSearch& GoUctObjectWithSearch::Search | ( | ) | const [pure virtual] |