Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
space_info_provider_interface.hpp File Reference

Definition of SpaceInfoProvider CRTP interface. More...

#include <gameboard/board_data_structs.hpp>
#include <concepts>
Include dependency graph for space_info_provider_interface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SpaceInfoProvider< ConcreteSpaceInfoProvider >
 CRTP interface with methods for obtaining information about gameboard::BoardSpace objects, calculating legal gameboard::Move objects, executing a gameboard::Move, and un-doing a gameboard::ExecutedMove (concrete example = gameboard::GameBoard). More...
 

Detailed Description

Definition of SpaceInfoProvider CRTP interface.

Definition in file space_info_provider_interface.hpp.