Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
dummyEngineCommand Class Reference

Do not react to command. More...

#include <usercmd.h>

+ Inheritance diagram for dummyEngineCommand:
+ Collaboration diagram for dummyEngineCommand:

Public Member Functions

 dummyEngineCommand (std::string const &s, std::string const &h)
 
 ~dummyEngineCommand () override
 
void execute (std::string const &args UNUSED) override
 
- Public Member Functions inherited from engineUserCommand
 engineUserCommand (std::string const &s, std::string const &h)
 
virtual ~engineUserCommand ()
 
 engineUserCommand (engineUserCommand const &)=delete
 
 engineUserCommand (engineUserCommand &&)=delete
 
engineUserCommandoperator= (engineUserCommand const &)=delete
 
engineUserCommandoperator= (engineUserCommand &&)=delete
 
virtual void execute (std::string const &args)
 

Additional Inherited Members

- Public Attributes inherited from engineUserCommand
std::string m_name
 
std::string m_hint
 
bool m_isImplemented = true
 
bool m_isHidden = false
 

Detailed Description

Do not react to command.

Definition at line 112 of file usercmd.h.

Constructor & Destructor Documentation

◆ dummyEngineCommand()

dummyEngineCommand::dummyEngineCommand ( std::string const & s,
std::string const & h )
inline

Definition at line 114 of file usercmd.h.

Referenced by cmd_accepted::cmd_accepted(), cmd_black::cmd_black(), cmd_dot::cmd_dot(), cmd_export::cmd_export(), cmd_otim::cmd_otim(), cmd_ponderhit::cmd_ponderhit(), cmd_rejected::cmd_rejected(), cmd_result::cmd_result(), and cmd_white::cmd_white().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~dummyEngineCommand()

dummyEngineCommand::~dummyEngineCommand ( )
inlineoverride

Definition at line 117 of file usercmd.h.

Member Function Documentation

◆ execute()

void dummyEngineCommand::execute ( std::string const &args UNUSED)
inlineoverride

Definition at line 120 of file usercmd.h.