Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
cmd_execat Class Reference

#include <usercmd.h>

+ Inheritance diagram for cmd_execat:
+ Collaboration diagram for cmd_execat:

Public Member Functions

 cmd_execat ()
 
void execute (std::string const &args) override
 execute command file with @ command
 
- 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
 

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

Definition at line 216 of file usercmd.h.

Constructor & Destructor Documentation

◆ cmd_execat()

cmd_execat::cmd_execat ( )
inline

Definition at line 218 of file usercmd.h.

Member Function Documentation

◆ execute()

void cmd_execat::execute ( std::string const &  args)
overridevirtual

execute command file with @ command

Warning
command will do noting but change mode
See also
commandReader::runner() for actual parsing

Reimplemented from engineUserCommand.

Definition at line 486 of file usercmd.cpp.

+ Here is the call graph for this function: