#include <pieceStand.h>

Public 型 | |
| enum | { DIM = osl::Piece::SIZE } |
Public メソッド | |
| PieceStand () | |
Static Public メソッド | |
| static void | setUp (const Weights &weights, int stage) |
| static MultiInt | eval (const NumEffectState &state) |
| template<Player P> | |
| static MultiInt | evalWithUpdate (const NumEffectState &state, Move moved, MultiInt last_value) |
Static Private 変数 | |
| static CArray< MultiInt, osl::Piece::SIZE > | table |
eval/ml/pieceStand.h の 22 行で定義されています。
| anonymous enum |
eval/ml/pieceStand.h の 26 行で定義されています。
| osl::eval::ml::PieceStand::PieceStand | ( | ) | [inline] |
eval/ml/pieceStand.h の 27 行で定義されています。
| static MultiInt osl::eval::ml::PieceStand::eval | ( | const NumEffectState & | state | ) | [static] |
| void osl::eval::ml::PieceStand::setUp | ( | const Weights & | weights, | |
| int | stage | |||
| ) | [static] |
eval/ml/pieceStand.cc の 9 行で定義されています。
参照先 osl::eval::ml::Weights::dimension(), table, と osl::eval::ml::Weights::value().
osl::misc::CArray< osl::MultiInt, osl::Piece::SIZE > osl::eval::ml::PieceStand::table [static, private] |
eval/ml/pieceStand.h の 24 行で定義されています。
参照元 evalWithUpdate(), と setUp().
1.6.3