Public 型 | Static Public メソッド | Static Private メソッド | Static Private 変数

クラス osl::eval::ml::KnightAdvance

#include <minorPiece.h>

osl::eval::ml::KnightAdvanceのコラボレーション図
Collaboration graph
[凡例]

すべてのメンバ一覧

Public 型

enum  { DIM = 9 }

Static Public メソッド

static void setUp (const Weights &weights, int stage)
static MultiInt eval (const NumEffectState &state)

Static Private メソッド

static int index (Player P, Square pos)
template<Player P>
static bool cantAdvance (const NumEffectState &state, const Piece knight)

Static Private 変数

static CArray< MultiInt, 9 > table

説明

minorPiece.h696 行で定義されています。


列挙型

anonymous enum
列挙型の値:
DIM 

minorPiece.h699 行で定義されています。


関数

template<osl::Player P>
bool osl::eval::ml::KnightAdvance::cantAdvance ( const NumEffectState state,
const Piece  knight 
) [inline, static, private]
MultiInt osl::eval::ml::KnightAdvance::eval ( const NumEffectState state  )  [static]
static int osl::eval::ml::KnightAdvance::index ( Player  P,
Square  pos 
) [inline, static, private]

minorPiece.h702 行で定義されています。

参照先 osl::BLACK, と osl::Square::y().

参照元 eval().

void osl::eval::ml::KnightAdvance::setUp ( const Weights weights,
int  stage 
) [static]

minorPiece.cc476 行で定義されています。

参照先 osl::eval::ml::Weights::dimension(), table, と osl::eval::ml::Weights::value().


変数

minorPiece.h701 行で定義されています。

参照元 eval(), と setUp().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義