#include <king8.h>

Public Types | |
| enum | { DIM = 4 } |
Static Public Member Functions | |
| static void | setUp (const Weights &weights, int stage) |
| static MultiInt | eval (const osl::state::NumEffectState &state) |
| static int | index (Square king, Square target) |
| template<osl::Player Defense> | |
| static MultiInt | evalOne (const NumEffectState &state) |
Static Private Attributes | |
| static CArray< MultiInt, 4 > | table |
Definition at line 359 of file eval/ml/king8.h.
| anonymous enum |
Definition at line 362 of file eval/ml/king8.h.
| MultiInt osl::eval::ml::AnagumaEmpty::eval | ( | const osl::state::NumEffectState & | state | ) | [static] |
Definition at line 1073 of file eval/ml/king8.cc.
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
| MultiInt osl::eval::ml::AnagumaEmpty::evalOne | ( | const NumEffectState & | state | ) | [static] |
Definition at line 1043 of file eval/ml/king8.cc.
References osl::BLACK, result, osl::WHITE, osl::Square::x(), and osl::Square::y().
| int osl::eval::ml::AnagumaEmpty::index | ( | Square | king, |
| Square | target | ||
| ) | [static] |
Definition at line 1036 of file eval/ml/king8.cc.
References osl::Square::x(), and osl::Square::y().
| void osl::eval::ml::AnagumaEmpty::setUp | ( | const Weights & | weights, |
| int | stage | ||
| ) | [static] |
Definition at line 1027 of file eval/ml/king8.cc.
References osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, 4 > osl::eval::ml::AnagumaEmpty::table [static, private] |
Definition at line 369 of file eval/ml/king8.h.
1.7.6.1