My Project
|
#include <escape.h>
Public Member Functions | |
PtypeAttacked (Ptype s, Ptype a) | |
bool | match (const NumEffectState &state, Move move, const RatingEnv &) const |
![]() | |
Feature (const std::string &name) | |
virtual | ~Feature () |
virtual bool | effectiveInCheck () const |
const std::string & | name () const |
Private Attributes | |
Ptype | self |
Ptype | attack |
Definition at line 25 of file feature/escape.h.
Definition at line 29 of file feature/escape.h.
|
inlinevirtual |
Implements osl::rating::Feature.
Definition at line 34 of file feature/escape.h.
References osl::alt(), attack, osl::NumEffectState::findCheapAttack(), osl::Move::from(), osl::Move::isDrop(), osl::Move::oldPtype(), osl::Move::player(), osl::Piece::ptype(), and self.
|
private |
Definition at line 27 of file feature/escape.h.
Referenced by match().
|
private |
Definition at line 27 of file feature/escape.h.
Referenced by match().