#include <pinAttack.h>
Public Member Functions | |
EscapePin (Ptype p) | |
bool | match (const NumEffectState &, Move move, const RatingEnv &env) const |
Private Attributes | |
Ptype | pinned |
Definition at line 74 of file pinAttack.h.
osl::rating::EscapePin::EscapePin | ( | Ptype | p | ) | [inline, explicit] |
Definition at line 78 of file pinAttack.h.
bool osl::rating::EscapePin::match | ( | const NumEffectState & | , |
Move | move, | ||
const RatingEnv & | env | ||
) | const [inline, virtual] |
Implements osl::rating::Feature.
Definition at line 79 of file pinAttack.h.
References osl::PtypeTable::getMaskLow(), osl::KING, osl::rating::RatingEnv::my_pin, pinned, osl::Move::ptype(), and osl::Ptype_Table.
Ptype osl::rating::EscapePin::pinned [private] |
Definition at line 76 of file pinAttack.h.
Referenced by match().