#include <pattern.h>


| Public Member Functions | |
| Pattern (Direction d, Ptype s, Ptype t, bool ss, int attack, int defense) | |
| Pattern (Direction d, Direction d2, Ptype s, Ptype t, bool ss, int attack, int defense) | |
| 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 Square | nextSquare (Player player, Square start, Direction direction, Direction direction2) | 
| static Square | nextSquare (Move move, Direction direction, Direction direction2) | 
| Static Public Attributes | |
| static const Direction | INVALID = LONG_UL | 
| Static Private Member Functions | |
| static const std::string | name (Direction d, Direction d2, Ptype self, Ptype target, bool same) | 
|  Static Private Member Functions inherited from osl::rating::CountEffect2 | |
| static std::pair< int, int > | count (const NumEffectState &state, Square position, const RatingEnv &env) | 
| static std::string | name (int attack, int defense) | 
| static int | index (const NumEffectState &state, Square position, const RatingEnv &env) | 
| Private Attributes | |
| Direction | direction | 
| Direction | direction2 | 
| Ptype | self | 
| Ptype | target | 
| bool | same | 
|  Private Attributes inherited from osl::rating::CountEffect2 | |
| int | attack | 
| int | defense | 
| Additional Inherited Members | |
|  Private Member Functions inherited from osl::rating::CountEffect2 | |
| CountEffect2 (int a, int d) | |
| bool | match (const NumEffectState &state, Square position, const RatingEnv &env) const | 
|  Static Private Attributes inherited from osl::rating::CountEffect2 | |
| static const int | Max = 2 | 
| 
 | inlinevirtual | 
Implements osl::rating::Feature.
Definition at line 44 of file pattern.h.
References direction, direction2, osl::Piece::EMPTY(), osl::Move::from(), osl::isPiece(), osl::rating::CountEffect2::match(), nextSquare(), osl::Piece::owner(), osl::Move::player(), osl::Piece::ptype(), osl::Move::ptype(), same, and target.
| 
 | staticprivate | 
Definition at line 6 of file pattern.cc.
References osl::PtypeTable::getCsaName(), INVALID, and osl::Ptype_Table.
| 
 | inlinestatic | 
Definition at line 33 of file pattern.h.
References osl::Board_Table, INVALID, osl::Square::isOnBoard(), and osl::BoardTable::nextSquare().
Referenced by osl::rating::PatternGroup::findMatch(), match(), nextSquare(), and osl::rating::PatternGroup::PatternGroup().
| 
 | inlinestatic | 
Definition at line 40 of file pattern.h.
References direction, direction2, nextSquare(), osl::Move::player(), and osl::Move::to().
| 
 | private | 
Definition at line 18 of file pattern.h.
Referenced by match(), and nextSquare().
| 
 | private | 
Definition at line 18 of file pattern.h.
Referenced by match(), and nextSquare().
Definition at line 16 of file pattern.h.
Referenced by osl::rating::PatternGroup::name(), name(), and nextSquare().
| 
 | private | 
| 
 | private | 
 1.8.4
 1.8.4