#include <quiescenceRecord.h>

| Public Types | |
| enum | { MaxDepth = 8, CheckmateSpecialDepth = 127, HistorySpecialDepth = 126 } | 
| enum | { FirstThreat = 6, SecondThreat = 2 } | 
| enum | MoveType { UNKNOWN, KING_ESCAPE, CAPTURE, PROMOTE, CHECK, ESCAPE, ATTACK, OTHER } | 
Definition at line 20 of file quiescenceRecord.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| MaxDepth | 通常探索の最大 | 
| CheckmateSpecialDepth | 即詰の深さ | 
| HistorySpecialDepth | 駒損ループの深さ | 
Definition at line 22 of file quiescenceRecord.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| FirstThreat | |
| SecondThreat | |
Definition at line 30 of file quiescenceRecord.h.
| Enumerator | |
|---|---|
| UNKNOWN | |
| KING_ESCAPE | |
| CAPTURE | |
| PROMOTE | |
| CHECK | |
| ESCAPE | |
| ATTACK | |
| OTHER | |
Definition at line 31 of file quiescenceRecord.h.
 1.8.4
 1.8.4