|
Belofte version 2.2.0
A promising chess program using the UCI or Winboard interface
|
Parse epd position. More...
#include <usercmd.h>
Inheritance diagram for cmd_epdpos:
Collaboration diagram for cmd_epdpos:Public Member Functions | |
| cmd_epdpos () | |
| void | execute (std::string const &args) override |
| Parse epd position e.g. | |
Public Member Functions inherited from engineUserCommand | |
| 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 | |
Public Attributes inherited from engineUserCommand | |
| std::string | m_name |
| std::string | m_hint |
| bool | m_isImplemented = true |
| bool | m_isHidden = false |
|
inline |
|
overridevirtual |
Parse epd position e.g.
epdpos fen-epd fen-params
epd pos instead (with space) Reimplemented from engineUserCommand.
Definition at line 308 of file usercmd.cpp.
Here is the call graph for this function: