#include <minorPiece.h>
Public 型 | |
enum | { DIM = 9 } |
Static Public メソッド | |
static void | setUp (const Weights &weights, int stage) |
static MultiInt | eval (const NumEffectState &state) |
Static Private 変数 | |
static CArray< MultiInt, 9 > | table |
フレンド | |
class | PawnAdvanceAll |
minorPiece.h の 530 行で定義されています。
anonymous enum |
minorPiece.h の 533 行で定義されています。
osl::MultiInt osl::eval::ml::PawnAdvance::eval | ( | const NumEffectState & | state | ) | [static] |
void osl::eval::ml::PawnAdvance::setUp | ( | const Weights & | weights, | |
int | stage | |||
) | [static] |
minorPiece.cc の 210 行で定義されています。
参照先 osl::eval::ml::Weights::dimension(), table, と osl::eval::ml::Weights::value().
friend class PawnAdvanceAll [friend] |
minorPiece.h の 536 行で定義されています。
osl::misc::CArray< osl::MultiInt, 9 > osl::eval::ml::PawnAdvance::table [static, private] |
minorPiece.h の 535 行で定義されています。
参照元 osl::eval::ml::PawnAdvanceAll::adjust(), eval(), と setUp().