取った駒をすぐ使う More...
#include <capture.h>
Public Member Functions | |
DropCaptured (Ptype ptype) | |
bool | match (const NumEffectState &, Move move, const RatingEnv &env) const |
Private Attributes | |
Ptype | ptype |
Definition at line 18 of file capture.cc.
bool osl::rating::DropCaptured::match | ( | const NumEffectState & | , |
Move | move, | ||
const RatingEnv & | env | ||
) | const [inline, virtual] |
Implements osl::rating::Feature.
Definition at line 74 of file capture.h.
References osl::rating::RatingEnv::history, osl::Move::isDrop(), ptype, osl::Move::ptype(), osl::PTYPE_EMPTY, and osl::unpromote().
Ptype osl::rating::DropCaptured::ptype [private] |