#include <GoUctObjectWithSearch.h>
Inheritance diagram for GoUctObjectWithSearch:

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 GoUctSearch & | Search ()=0 |
| virtual const GoUctSearch & | Search () const =0 |
| GoUctObjectWithSearch::~GoUctObjectWithSearch | ( | ) | [virtual] |
Definition at line 12 of file GoUctObjectWithSearch.cpp.
| virtual const GoUctSearch& GoUctObjectWithSearch::Search | ( | ) | const [pure virtual] |
Implemented in GoUctPlayer< SEARCH, THREAD >.
| virtual GoUctSearch& GoUctObjectWithSearch::Search | ( | ) | [pure virtual] |