|
| BelofteMode () |
|
| ~BelofteMode () override |
|
void | sendPrompt () override |
|
| engineInterface (std::string const &n, std::string const &h="") |
| Common commands to all modes.
|
|
virtual | ~engineInterface () |
|
| engineInterface (engineInterface const &)=delete |
|
| engineInterface (engineInterface &&)=delete |
|
engineInterface & | operator= (engineInterface const &)=delete |
|
engineInterface & | operator= (engineInterface &&)=delete |
|
| operator std::string () const & |
|
void | execute (std::string const &command, std::string const ¶ms) |
|
virtual void | setRunning (bool const r) |
|
virtual bool | isRunning () const |
|
virtual void | sendResponse (std::string const &response) |
|
virtual void | sendInvalidMove (std::string const &info, std::string const &reason) |
|
virtual void | sendError (std::string const &error, std::string const &description) |
|
virtual void | sendHelp (std::string const &args) |
| Send help on command or all commands.
|
|
virtual void | sendInfo (std::string const &info) |
|
virtual void | sendDebug (int const l, std::string const &info) |
|
virtual void | sendMove (bBoard &b, bMove const &m) |
|
virtual void | sendResult (bBoard const &b, gameResult_t rs) const |
|
virtual void | sendInfoDepth (int depth, int seldepth, int64_t nodes, int nps) |
|
virtual void | sendInfoScore (long long timems, bBoard const &b, bScore const cp) |
|
virtual void | sendInfoSearching (bBoard const &b, int const nLogDepth, depth_t const nMaxDepth, std::string const &comment, bScore const sc, int64_t const t, int64_t const nodes) const |
|
virtual void | sendInfoCurrMove (bBoard const &b, depth_t const nLogDepth, depth_t const nMaxDepth, std::string const &comment, bMove const &m, movenum_t const moveid, int64_t const nodes) const |
|
std::string const & | getHint () const |
|
Definition at line 276 of file belofte.h.