Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
Sub-class to react uniformly on Xboard v1 interface specific stuff. More...
#include <usercmd.h>
Public Member Functions | |
Xboard1engineCommand (std::string const &s, std::string const &h) | |
~Xboard1engineCommand () 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 |
Sub-class to react uniformly on Xboard v1 interface specific stuff.
Xboard1engineCommand::Xboard1engineCommand | ( | std::string const & | s, |
std::string const & | h | ||
) |
Definition at line 51 of file usercmd.cpp.
|
override |
Definition at line 57 of file usercmd.cpp.