Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
game::MinimaxTypeInfo Struct Reference

#include <game_data_structs.hpp>

Collaboration diagram for game::MinimaxTypeInfo:
Collaboration graph

Public Member Functions

 MinimaxTypeInfo (ZobristKeyType zobrist_key_type=ZobristKeyType::kNoKey, ZobristCalculatorCount zobrist_calculator_count=ZobristCalculatorCount::kNoZCalcs)
 
bool operator== (const MinimaxTypeInfo &other) const
 

Public Attributes

ZobristKeyType zobrist_key_type
 
ZobristCalculatorCount zobrist_calculator_count
 

Detailed Description

Definition at line 18 of file game_data_structs.hpp.

Constructor & Destructor Documentation

◆ MinimaxTypeInfo()

game::MinimaxTypeInfo::MinimaxTypeInfo ( ZobristKeyType  zobrist_key_type = ZobristKeyType::kNoKey,
ZobristCalculatorCount  zobrist_calculator_count = ZobristCalculatorCount::kNoZCalcs 
)
inline

Definition at line 22 of file game_data_structs.hpp.

Member Function Documentation

◆ operator==()

bool game::MinimaxTypeInfo::operator== ( const MinimaxTypeInfo other) const
inline

Definition at line 29 of file game_data_structs.hpp.

Member Data Documentation

◆ zobrist_calculator_count

ZobristCalculatorCount game::MinimaxTypeInfo::zobrist_calculator_count

Definition at line 20 of file game_data_structs.hpp.

◆ zobrist_key_type

ZobristKeyType game::MinimaxTypeInfo::zobrist_key_type

Definition at line 19 of file game_data_structs.hpp.


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