#include <king8.h>
Public Member Functions | |
DefenseKing8 (Ptype s, bool d, int dan) | |
bool | match (const NumEffectState &state, Move move, const RatingEnv &) const |
![]() | |
Feature (const std::string &name) | |
virtual | ~Feature () |
virtual bool | effectiveInCheck () const |
const std::string & | name () const |
Static Public Member Functions | |
static const std::string | name (Ptype self, bool drop, int danger) |
static int | count (const NumEffectState &state) |
static bool | blocking (const NumEffectState &state, Square king, Square to) |
static bool | matchDrop (const NumEffectState &state, Move move) |
static bool | matchMove (const NumEffectState &state, Move move) |
Private Attributes | |
Ptype | self |
bool | drop |
int | danger |
Definition at line 47 of file rating/feature/king8.h.
|
inline |
Definition at line 54 of file rating/feature/king8.h.
|
inlinestatic |
Definition at line 77 of file rating/feature/king8.h.
References osl::alt(), osl::BISHOP, osl::move_generator::addeffect8::hasEffect(), osl::LANCE, osl::newPtypeO(), and osl::ROOK.
Referenced by matchDrop(), and matchMove().
|
inlinestatic |
Definition at line 58 of file rating/feature/king8.h.
References osl::alt(), and osl::eval::min().
Referenced by osl::rating::DefenseKing8Group::findMatch(), and match().
|
inlinevirtual |
Implements osl::rating::Feature.
Definition at line 115 of file rating/feature/king8.h.
References count(), danger, drop, matchDrop(), matchMove(), and osl::Move::ptype().
|
inlinestatic |
Definition at line 92 of file rating/feature/king8.h.
References blocking(), osl::move_generator::addeffect8::hasEffect(), osl::Move::isDrop(), osl::Neighboring8::isNeighboring8(), osl::Move::ptypeO(), and osl::Move::to().
Referenced by osl::rating::DefenseKing8Group::findMatch(), and match().
|
inlinestatic |
Definition at line 102 of file rating/feature/king8.h.
References blocking(), osl::Move::from(), osl::move_generator::addeffect8::hasEffect(), osl::Move::isDrop(), osl::Neighboring8::isNeighboring8(), osl::KING, osl::Move::ptype(), osl::Move::ptypeO(), and osl::Move::to().
Referenced by osl::rating::DefenseKing8Group::findMatch(), and match().
|
static |
Definition at line 11 of file rating/feature/king8.cc.
References osl::PtypeTable::getCsaName(), and osl::Ptype_Table.
|
private |
Definition at line 51 of file rating/feature/king8.h.
Referenced by match().
|
private |
Definition at line 50 of file rating/feature/king8.h.
Referenced by match().
|
private |
Definition at line 49 of file rating/feature/king8.h.