|
My Project
|
#include <escape.h>
Public Member Functions | |
| PtypeAttacked (Ptype s, Ptype a) | |
| bool | match (const NumEffectState &state, Move move, const RatingEnv &) const |
| Public Member Functions inherited from osl::rating::Feature | |
| 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.
References attack, osl::rating::Feature::Feature(), osl::Ptype_Table, and self.
|
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(), and PtypeAttacked().
|
private |
Definition at line 27 of file feature/escape.h.
Referenced by match(), and PtypeAttacked().