Chess 0.0.1
A library written in c
|
Hash table for counting chess positions. More...
#include <position_counter.h>
Data Fields | |
ChessPositionCounterEntry * | entries |
size_t | size |
size_t | count |
Hash table for counting chess positions.
Used to track the number of times each position has occurred, typically for threefold repetition detection.
size_t ChessPositionCounter::count |
The number of entries in use.
ChessPositionCounterEntry* ChessPositionCounter::entries |
Array of entries.
size_t ChessPositionCounter::size |
The allocated size of the table.