|
Belofte version 2.2.0
A promising chess program using the UCI or Winboard interface
|
This graph shows which files directly or indirectly include this file: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 196 of file engineinterface.h.