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

#include <usercmd.h>

+ Inheritance diagram for UCIengineOption:
+ Collaboration diagram for UCIengineOption:

Public Member Functions

 UCIengineOption (std::string const &s, std::string const &h)
 
 ~UCIengineOption () override
 
- Public Member Functions inherited from UCIengineCommand
 UCIengineCommand (std::string const &s, std::string const &h)
 
 ~UCIengineCommand () 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

Definition at line 76 of file usercmd.h.

Constructor & Destructor Documentation

◆ UCIengineOption()

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

Definition at line 78 of file usercmd.h.

Referenced by cmd_UCI_EngineAbout::cmd_UCI_EngineAbout(), and cmd_UCI_Opponent::cmd_UCI_Opponent().

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

◆ ~UCIengineOption()

UCIengineOption::~UCIengineOption ( )
inlineoverride

Definition at line 81 of file usercmd.h.