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

command and parameters More...

#include <usercmd.h>

Public Member Functions

 cmdParam ()
 
 ~cmdParam ()
 
 cmdParam (cmdParam &&)=default
 
 cmdParam (cmdParam const &)=delete
 
cmdParamoperator= (cmdParam const &)=delete
 
cmdParamoperator= (cmdParam &&)=delete
 

Public Attributes

std::string m_command
 
std::string m_args
 

Detailed Description

command and parameters

Definition at line 41 of file usercmd.h.

Constructor & Destructor Documentation

◆ cmdParam() [1/3]

cmdParam::cmdParam ( )
inline

Definition at line 43 of file usercmd.h.

Referenced by cmdParam(), cmdParam(), operator=(), and operator=().

+ Here is the caller graph for this function:

◆ ~cmdParam()

cmdParam::~cmdParam ( )
inline

Definition at line 47 of file usercmd.h.

◆ cmdParam() [2/3]

cmdParam::cmdParam ( cmdParam && )
default
+ Here is the call graph for this function:

◆ cmdParam() [3/3]

cmdParam::cmdParam ( cmdParam const & )
delete
+ Here is the call graph for this function:

Member Function Documentation

◆ operator=() [1/2]

cmdParam & cmdParam::operator= ( cmdParam const & )
delete
+ Here is the call graph for this function:

◆ operator=() [2/2]

cmdParam & cmdParam::operator= ( cmdParam && )
delete
+ Here is the call graph for this function:

Member Data Documentation

◆ m_command

std::string cmdParam::m_command

Definition at line 58 of file usercmd.h.

Referenced by cmdParam(), commandReader::getCommand(), and commandReader::runner().

◆ m_args

std::string cmdParam::m_args

Definition at line 59 of file usercmd.h.

Referenced by cmdParam(), commandReader::getCommand(), and commandReader::runner().