Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
command and parameters More...
#include <usercmd.h>
Public Member Functions | |
cmdParam () | |
~cmdParam () | |
cmdParam (cmdParam &&)=default | |
cmdParam (cmdParam const &)=delete | |
cmdParam & | operator= (cmdParam const &)=delete |
cmdParam & | operator= (cmdParam &&)=delete |
Public Attributes | |
std::string | m_command |
std::string | m_args |
cmdParam::cmdParam | ( | ) |
Definition at line 82 of file usercmd.cpp.
cmdParam::~cmdParam | ( | ) |
Definition at line 88 of file usercmd.cpp.
|
default |
|
delete |
std::string cmdParam::m_command |
Definition at line 48 of file usercmd.h.
Referenced by commandReader::getCommand(), and commandReader::runner().
std::string cmdParam::m_args |
Definition at line 49 of file usercmd.h.
Referenced by commandReader::getCommand(), and commandReader::runner().