|
Belofte version 2.2.0
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 |
|
inline |
Definition at line 43 of file usercmd.h.
Referenced by cmdParam(), cmdParam(), operator=(), and operator=().
Here is the caller graph for this function:
|
default |
Here is the call graph for this function:
|
delete |
Here is the call graph for this function:
Here is the call graph for this function:| std::string cmdParam::m_command |
Definition at line 58 of file usercmd.h.
Referenced by cmdParam(), commandReader::getCommand(), and commandReader::runner().
| std::string cmdParam::m_args |
Definition at line 59 of file usercmd.h.
Referenced by cmdParam(), commandReader::getCommand(), and commandReader::runner().