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

#include <usercmd.h>

+ Inheritance diagram for cmd_dot:
+ Collaboration diagram for cmd_dot:

Public Member Functions

 cmd_dot ()
 
- Public Member Functions inherited from dummyEngineCommand
 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

Definition at line 436 of file usercmd.h.

Constructor & Destructor Documentation

◆ cmd_dot()

cmd_dot::cmd_dot ( )
inline

Definition at line 438 of file usercmd.h.