Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
#include <belofte.h>
Public Member Functions | |
commandReader () | |
~commandReader () | |
commandReader (commandReader const &)=delete | |
commandReader (commandReader &&)=delete | |
commandReader & | operator= (commandReader const &)=delete |
commandReader & | operator= (commandReader &&)=delete |
bool | attach (std::string const &ifile) |
void | detach () |
bool | isFileAttached () |
bool | isBatchMode () |
no interactive input, mainly during start and '@' execute | |
void | setBatchMode () |
void | clearBatchMode () |
cmdParam | getCommand () |
void | runner (void) |
commandReader::commandReader | ( | ) |
Definition at line 189 of file belofte.cpp.
commandReader::~commandReader | ( | ) |
|
delete |
|
delete |
|
delete |
|
delete |
bool commandReader::attach | ( | std::string const & | ifile | ) |
Definition at line 270 of file belofte.cpp.
Referenced by cmd_execat::execute(), and cmd_exec::execute().
void commandReader::detach | ( | ) |
Definition at line 285 of file belofte.cpp.
Referenced by getCommand(), isFileAttached(), and ~commandReader().
bool commandReader::isFileAttached | ( | ) |
Definition at line 277 of file belofte.cpp.
Referenced by attach(), isBatchMode(), runner(), and ~commandReader().
bool commandReader::isBatchMode | ( | ) |
no interactive input, mainly during start and '@' execute
Definition at line 293 of file belofte.cpp.
void commandReader::setBatchMode | ( | ) |
Definition at line 299 of file belofte.cpp.
Referenced by main().
void commandReader::clearBatchMode | ( | ) |
Definition at line 304 of file belofte.cpp.
Referenced by main().
cmdParam commandReader::getCommand | ( | ) |
Definition at line 245 of file belofte.cpp.
Referenced by runner().
void commandReader::runner | ( | void | ) |
Definition at line 204 of file belofte.cpp.
Referenced by main().