#include <feature.h>
Public Member Functions | |
PawnAttack () | |
bool | match (const NumEffectState &, Move move, const RatingEnv &env) const |
Definition at line 243 of file rating/feature.h.
osl::rating::PawnAttack::PawnAttack | ( | ) | [inline] |
Definition at line 246 of file rating/feature.h.
bool osl::rating::PawnAttack::match | ( | const NumEffectState & | , |
Move | move, | ||
const RatingEnv & | env | ||
) | const [inline, virtual] |
Implements osl::rating::Feature.
Definition at line 249 of file rating/feature.h.
References osl::Move::capturePtype(), osl::rating::RatingEnv::history, osl::Move::isDrop(), osl::Move::isNormal(), osl::PAWN, osl::Move::ptype(), osl::PTYPE_EMPTY, osl::Move::to(), and osl::Square::x().