#include <feature.h>
Public Member Functions | |
SendOff (bool c) | |
bool | match (const NumEffectState &, Move move, const RatingEnv &env) const |
Private Attributes | |
bool | capture |
Definition at line 77 of file rating/feature.h.
osl::rating::SendOff::SendOff | ( | bool | c | ) | [inline] |
Definition at line 81 of file rating/feature.h.
bool osl::rating::SendOff::match | ( | const NumEffectState & | , |
Move | move, | ||
const RatingEnv & | env | ||
) | const [inline, virtual] |
Implements osl::rating::Feature.
Definition at line 82 of file rating/feature.h.
References capture, osl::Move::capturePtype(), osl::PTYPE_EMPTY, osl::rating::RatingEnv::sendoffs, and osl::Move::to().
bool osl::rating::SendOff::capture [private] |
Definition at line 79 of file rating/feature.h.
Referenced by match().