|
My Project
|
#include <pattern.h>
Public Member Functions | |
| PatternBlock (Ptype s, Ptype a, LongTarget t) | |
| bool | match (const NumEffectState &state, Move move, const RatingEnv &env) 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 |
Static Public Member Functions | |
| static const PieceSquare | find (const NumEffectState &state, Move move, Ptype attacker_ptype) |
Private Attributes | |
| Ptype | self |
| Ptype | attack |
| LongTarget | target |
| osl::rating::PatternBlock::PatternBlock | ( | Ptype | s, |
| Ptype | a, | ||
| LongTarget | t ) |
Definition at line 97 of file pattern.cc.
References attack, osl::rating::Feature::Feature(), osl::rating::Feature::name(), osl::Ptype_Table, self, and target.
|
static |
Definition at line 104 of file pattern.cc.
References osl::alt(), attack, osl::BISHOP, osl::Board_Table, osl::Piece::EDGE(), osl::NumEffectState::findAttackAt(), osl::LANCE, osl::rating::PatternLong::nextPieceOrEnd(), osl::ROOK, osl::Square::STAND(), osl::Move::to(), and osl::SimpleState::turn().
Referenced by osl::rating::PatternBlockGroup::findMatch(), and match().
|
inlinevirtual |
Implements osl::rating::Feature.
Definition at line 180 of file pattern.h.
References osl::alt(), attack, find(), osl::Move::player(), osl::Move::ptype(), self, and target.
|
private |
Definition at line 175 of file pattern.h.
Referenced by find(), match(), and PatternBlock().
|
private |
Definition at line 175 of file pattern.h.
Referenced by match(), and PatternBlock().
|
private |
Definition at line 176 of file pattern.h.
Referenced by match(), and PatternBlock().