Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
Go to the source code of this file.
Classes | |
class | bEpd |
class | bEpdPos |
class | bEpdFile |
Macros | |
#define | EPD_PERFTMAXDEPTH 32 |
Typedefs | |
typedef std::vector< std::string > | bEpdParamList |
typedef int | bEpdResult |
typedef std::map< std::string, std::string > | bEpdOpCodes |
typedef enum tEpdTestType | epdTest_t |
Enumerations | |
enum | tEpdTestType { EPD_GENERIC = 0 , EPD_STS , EPD_PERF } |
#define EPD_PERFTMAXDEPTH 32 |
Definition at line 11 of file epd_testsuite.h.
typedef std::vector<std::string> bEpdParamList |
Definition at line 13 of file epd_testsuite.h.
typedef int bEpdResult |
Definition at line 14 of file epd_testsuite.h.
typedef std::map<std::string, std::string> bEpdOpCodes |
Definition at line 15 of file epd_testsuite.h.
typedef enum tEpdTestType epdTest_t |
Definition at line 23 of file epd_testsuite.h.
enum tEpdTestType |
Enumerator | |
---|---|
EPD_GENERIC | |
EPD_STS | |
EPD_PERF |
Definition at line 17 of file epd_testsuite.h.