#include <king8.h>


Public Member Functions | |
| DefenseKing8 (Ptype s, bool d, int dan) | |
| bool | match (const NumEffectState &state, Move move, const RatingEnv &) 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.
| osl::rating::DefenseKing8::DefenseKing8 | ( | Ptype | s, |
| bool | d, | ||
| int | dan | ||
| ) | [inline] |
Definition at line 54 of file rating/feature/king8.h.
| static bool osl::rating::DefenseKing8::blocking | ( | const NumEffectState & | state, |
| Square | king, | ||
| Square | to | ||
| ) | [inline, static] |
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().
| static int osl::rating::DefenseKing8::count | ( | const NumEffectState & | state | ) | [inline, static] |
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().
| bool osl::rating::DefenseKing8::match | ( | const NumEffectState & | state, |
| Move | move, | ||
| const RatingEnv & | |||
| ) | const [inline, virtual] |
Implements osl::rating::Feature.
Definition at line 115 of file rating/feature/king8.h.
References count(), danger, drop, matchDrop(), matchMove(), and osl::Move::ptype().
| static bool osl::rating::DefenseKing8::matchDrop | ( | const NumEffectState & | state, |
| Move | move | ||
| ) | [inline, static] |
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().
| static bool osl::rating::DefenseKing8::matchMove | ( | const NumEffectState & | state, |
| Move | move | ||
| ) | [inline, static] |
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().
| const std::string osl::rating::DefenseKing8::name | ( | Ptype | self, |
| bool | drop, | ||
| int | danger | ||
| ) | [static] |
Definition at line 11 of file rating/feature/king8.cc.
References osl::PtypeTable::getCsaName(), and osl::Ptype_Table.
int osl::rating::DefenseKing8::danger [private] |
Definition at line 51 of file rating/feature/king8.h.
Referenced by match().
bool osl::rating::DefenseKing8::drop [private] |
Definition at line 50 of file rating/feature/king8.h.
Referenced by match().
Ptype osl::rating::DefenseKing8::self [private] |
Definition at line 49 of file rating/feature/king8.h.
1.7.6.1