|
Belofte version 2.2.0
A promising chess program using the UCI or Winboard interface
|
#include <commandreader.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 () |
| void | setBatchMode () |
| void | clearBatchMode () |
| cmdParam | getCommand () |
| void | runner () |
Definition at line 26 of file commandreader.h.
|
inline |
Definition at line 28 of file commandreader.h.
Referenced by commandReader(), commandReader(), operator=(), and operator=().
Here is the caller graph for this function:
|
inline |
|
delete |
Here is the call graph for this function:
|
delete |
Here is the call graph for this function:
|
delete |
Here is the call graph for this function:
|
delete |
Here is the call graph for this function:| bool commandReader::attach | ( | std::string const & | ifile | ) |
Definition at line 76 of file commandreader.cpp.
Referenced by cmd_exec::execute(), and cmd_execat::execute().
Here is the call graph for this function:
Here is the caller graph for this function:| void commandReader::detach | ( | ) |
Definition at line 83 of file commandreader.cpp.
Referenced by getCommand(), isFileAttached(), and ~commandReader().
Here is the caller graph for this function:
|
inline |
Definition at line 45 of file commandreader.h.
Referenced by attach(), isBatchMode(), runner(), and ~commandReader().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 56 of file commandreader.h.
Referenced by main().
Here is the caller graph for this function:
|
inline |
Definition at line 58 of file commandreader.h.
Referenced by main().
Here is the caller graph for this function:| cmdParam commandReader::getCommand | ( | ) |
Definition at line 53 of file commandreader.cpp.
Referenced by runner().
Here is the call graph for this function:
Here is the caller graph for this function:| void commandReader::runner | ( | ) |
Definition at line 12 of file commandreader.cpp.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: