Go to the source code of this file.
|
namespace | piecepoints |
| Providing position-dependent values of pieces to objects in moveselection namespace.
|
|
|
typedef array< array< int, gameboard::kNumFiles >, gameboard::kNumRanks > | piecepoints::PiecePointsArray_t |
| 2-D array of points values for single piece at each position on a gameboard::GameBoard.board_map_.
|
|
typedef array< PiecePointsArray_t, gameboard::kNumPieceTypeVals > | piecepoints::TeamPointsArray_t |
|
typedef unordered_map< gameboard::PieceType, PiecePointsArray_t > | piecepoints::TeamPointsEMap_t |
|
typedef unordered_map< string, PiecePointsArray_t > | piecepoints::TeamPointsSMap_t |
|
typedef array< TeamPointsArray_t, 2 > | piecepoints::GamePointsArray_t |
|
typedef unordered_map< gameboard::PieceColor, TeamPointsEMap_t > | piecepoints::GamePointsEMap_t |
|
typedef unordered_map< string, TeamPointsSMap_t > | piecepoints::GamePointsSMap_t |
|
typedef unordered_map< gameboard::PieceType, Points_t > | piecepoints::TeamBasePoints_t |
|
typedef unordered_map< string, Points_t > | piecepoints::BasePointsSMap_t |
|