| 
    My Project
    
   | 
 
#include <hash.h>
Public Attributes | |
| unsigned char | depth | 
| unsigned char | selectivity | 
| unsigned char | cost | 
| unsigned char | date | 
| signed char | lower | 
| signed char | upper | 
| unsigned char | move [2] | 
HashData : data stored in the hash table
| unsigned char HashData::cost | 
search cost
| unsigned char HashData::date | 
dating technique
| unsigned char HashData::depth | 
depth
| signed char HashData::lower | 
lower bound of the position score
| unsigned char HashData::move[2] | 
best moves
| unsigned char HashData::selectivity | 
selectivity
| signed char HashData::upper | 
upper bound of the position score