Xiangiqgame
AI engine for Xiangqi
|
Definition of PieceValueProvider CRTP interface. More...
#include <gameboard/board_data_structs.hpp>
Go to the source code of this file.
Classes | |
class | PieceValueProvider< ConcretePieceValueProvider > |
CRTP interface with method to retrieve points value for a specific gameboard::GamePiece at a specific gameboard::BoardSpace (concrete example: piecepoints::PiecePositionPoints). More... | |
Definition of PieceValueProvider CRTP interface.
Definition in file piece_value_provider_interface.hpp.