Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
engineinterface.h File Reference
+ 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 Documentation

◆ commandList_t

typedef std::map<std::string, bool> commandList_t

Definition at line 21 of file engineinterface.h.

◆ engineCommands_t

typedef std::map<std::string, engineUserCommand*> engineCommands_t

Definition at line 22 of file engineinterface.h.

◆ engineInterfaces_t

typedef std::map<std::string, engineInterface*> engineInterfaces_t

Definition at line 192 of file engineinterface.h.