BitBully 0.0.39
Loading...
Searching...
No Matches
BitBully::TranspositionTable Class Reference

Classes

struct  Entry
 

Public Member Functions

 TranspositionTable (const int log_2_size=LOG_2_SIZE)
 
Entryget (const Board &b)
 

Static Public Attributes

static constexpr int LOG_2_SIZE = 20
 

Detailed Description

Definition at line 10 of file TranspositionTable.h.

Constructor & Destructor Documentation

◆ TranspositionTable()

BitBully::TranspositionTable::TranspositionTable ( const int log_2_size = LOG_2_SIZE)
inline

Definition at line 25 of file TranspositionTable.h.

Member Function Documentation

◆ get()

Entry * BitBully::TranspositionTable::get ( const Board & b)
inline

Definition at line 30 of file TranspositionTable.h.

Member Data Documentation

◆ LOG_2_SIZE

int BitBully::TranspositionTable::LOG_2_SIZE = 20
staticconstexpr

Definition at line 16 of file TranspositionTable.h.


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