Chess 0.0.1
A library written in c
|
Entry in the position counter hash table. More...
#include <position_counter.h>
Data Fields | |
uint64_t | key |
unsigned int | value |
Entry in the position counter hash table.
Stores a position key and its associated count.
uint64_t ChessPositionCounterEntry::key |
The hash key for the position.
unsigned int ChessPositionCounterEntry::value |
The number of times the position has occurred.