Chess Engine
C++ chess engine with movegen, bitboards, and Arduino-friendly docs
Loading...
Searching...
No Matches
S_HASHTABLE Struct Reference

#include <defs.h>

Collaboration diagram for S_HASHTABLE:

Public Attributes

S_HASHENTRYpTable
int numEntries
int newWrite
int overWrite
int hit
int cut

Detailed Description

Definition at line 81 of file defs.h.

Member Data Documentation

◆ cut

int S_HASHTABLE::cut

Definition at line 87 of file defs.h.

◆ hit

int S_HASHTABLE::hit

Definition at line 86 of file defs.h.

◆ newWrite

int S_HASHTABLE::newWrite

Definition at line 84 of file defs.h.

◆ numEntries

int S_HASHTABLE::numEntries

Definition at line 83 of file defs.h.

◆ overWrite

int S_HASHTABLE::overWrite

Definition at line 85 of file defs.h.

◆ pTable

S_HASHENTRY* S_HASHTABLE::pTable

Definition at line 82 of file defs.h.


The documentation for this struct was generated from the following file: