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

#include <defs.h>

Collaboration diagram for S_HASHENTRY:

Public Attributes

U64 posKey
int move
int score
int depth
int flags

Detailed Description

Definition at line 73 of file defs.h.

Member Data Documentation

◆ depth

int S_HASHENTRY::depth

Definition at line 77 of file defs.h.

◆ flags

int S_HASHENTRY::flags

Definition at line 78 of file defs.h.

◆ move

int S_HASHENTRY::move

Definition at line 75 of file defs.h.

◆ posKey

U64 S_HASHENTRY::posKey

Definition at line 74 of file defs.h.

◆ score

int S_HASHENTRY::score

Definition at line 76 of file defs.h.


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