Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
#include <usercmd.h>
Public Member Functions | |
cmd_exec () | |
void | execute (std::string const &args) override |
execute command file with exec command | |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
std::string | m_name |
std::string | m_hint |
bool | m_isImplemented = true |
bool | m_isHidden = false |
|
overridevirtual |
execute command file with exec command
Reimplemented from engineUserCommand.
Definition at line 499 of file usercmd.cpp.