Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
|
Go to the source code of this file.
Classes | |
class | quitCommandException |
class | engineInterface |
implementation of user interface More... | |
class | BelofteMode |
implementation of specific implementation More... | |
class | UCIMode |
class | XboardMode |
Typedefs | |
typedef std::map< std::string, bool > | commandList_t |
typedef std::map< std::string, engineUserCommand * > | engineCommands_t |
typedef std::map< std::string, engineInterface * > | engineInterfaces_t |
typedef std::map<std::string, bool> commandList_t |
Definition at line 21 of file engineinterface.h.
typedef std::map<std::string, engineUserCommand*> engineCommands_t |
Definition at line 22 of file engineinterface.h.
typedef std::map<std::string, engineInterface*> engineInterfaces_t |
Definition at line 192 of file engineinterface.h.