Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
|
#include <usercmd.h>
Public Member Functions | |
UCIengineOption (std::string const &s, std::string const &h) | |
~UCIengineOption () override | |
![]() | |
UCIengineCommand (std::string const &s, std::string const &h) | |
~UCIengineCommand () override | |
![]() | |
engineUserCommand (std::string const &s, std::string const &h) | |
virtual | ~engineUserCommand () |
engineUserCommand (engineUserCommand const &)=delete | |
engineUserCommand (engineUserCommand &&)=delete | |
engineUserCommand & | operator= (engineUserCommand const &)=delete |
engineUserCommand & | operator= (engineUserCommand &&)=delete |
virtual void | execute (std::string const &args) |
Additional Inherited Members | |
![]() | |
std::string | m_name |
std::string | m_hint |
bool | m_isImplemented = true |
bool | m_isHidden = false |
|
inline |
Definition at line 78 of file usercmd.h.
Referenced by cmd_UCI_EngineAbout::cmd_UCI_EngineAbout(), and cmd_UCI_Opponent::cmd_UCI_Opponent().