|
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 | 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 std::map< std::string, int > | bEpdMoveValues |
| 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.
Referenced by bEpd::parse(), bEpd::parsePerftPosition(), and bEpd::setPos().
| 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 std::map<std::string, int> bEpdMoveValues |
Definition at line 16 of file epd_testsuite.h.
| typedef enum tEpdTestType epdTest_t |
Definition at line 24 of file epd_testsuite.h.
| enum tEpdTestType |
| Enumerator | |
|---|---|
| EPD_GENERIC | |
| EPD_STS | |
| EPD_PERF | |
Definition at line 18 of file epd_testsuite.h.