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

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

#include <usercmd.h>

+ Inheritance diagram for UCIengineCommand:
+ Collaboration diagram for UCIengineCommand:

Public Member Functions

 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

Sub-class to react uniformly on UCI interface specific stuff.

Definition at line 56 of file usercmd.h.

Constructor & Destructor Documentation

◆ UCIengineCommand()

UCIengineCommand::UCIengineCommand ( std::string const &  s,
std::string const &  h 
)

Definition at line 31 of file usercmd.cpp.

◆ ~UCIengineCommand()

UCIengineCommand::~UCIengineCommand ( )
override

Definition at line 37 of file usercmd.cpp.