Belofte  version 2.1.5
A promising chess program using the UCI or Winboard interface
searchscore.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bSearchScore
 

Typedefs

typedef enum tScoreType scoretype_t
 

Enumerations

enum  tScoreType : uint8_t {
  SC_UNDEF = 0 , SC_ALPHA , SC_BETA , SC_CHILD ,
  SC_BEST , SC_SIZE
}
 

Typedef Documentation

◆ scoretype_t

typedef enum tScoreType scoretype_t

Definition at line 1 of file searchscore.h.

Enumeration Type Documentation

◆ tScoreType

enum tScoreType : uint8_t
Enumerator
SC_UNDEF 
SC_ALPHA 
SC_BETA 
SC_CHILD 
SC_BEST 
SC_SIZE 

Definition at line 13 of file searchscore.h.