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

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 }
 

Typedef Documentation

◆ bEpdParamList

typedef std::vector<std::string> bEpdParamList

Definition at line 11 of file epd_testsuite.h.

◆ bEpdResult

typedef int bEpdResult

Definition at line 12 of file epd_testsuite.h.

◆ bEpdOpCodes

typedef std::map<std::string, std::string> bEpdOpCodes
Todo:
change to enum

Definition at line 13 of file epd_testsuite.h.

◆ epdTest_t

typedef enum tEpdTestType epdTest_t

Definition at line 13 of file epd_testsuite.h.

Enumeration Type Documentation

◆ tEpdTestType

Enumerator
EPD_GENERIC 
EPD_STS 
EPD_PERF 

Definition at line 15 of file epd_testsuite.h.