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

Sub-class to react uniformly on Xboard v1 interface specific stuff. More...

#include <usercmd.h>

+ Inheritance diagram for Xboard1engineCommand:
+ Collaboration diagram for Xboard1engineCommand:

Public Member Functions

 Xboard1engineCommand (std::string const &s, std::string const &h)
 
 ~Xboard1engineCommand () 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

Sub-class to react uniformly on Xboard v1 interface specific stuff.

Definition at line 88 of file usercmd.h.

Constructor & Destructor Documentation

◆ Xboard1engineCommand()

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

Definition at line 90 of file usercmd.h.

Referenced by cmd_computer::cmd_computer(), cmd_easy::cmd_easy(), and cmd_hard::cmd_hard().

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

◆ ~Xboard1engineCommand()

Xboard1engineCommand::~Xboard1engineCommand ( )
inlineoverride

Definition at line 93 of file usercmd.h.