|
My Project
|
#include <pattern.h>
Public Member Functions | |
| LongTarget2 (Ptype t, bool s) | |
| bool | match (const NumEffectState &, Move move, Piece p) const |
| const std::string | name () const |
Public Attributes | |
| Ptype | target |
| bool | same |
|
inline |
|
inline |
Definition at line 110 of file pattern.h.
References osl::Piece::isEmpty(), osl::isPiece(), osl::Piece::owner(), osl::Move::player(), osl::Piece::ptype(), same, and target.
| const std::string osl::rating::LongTarget2::name | ( | ) | const |
Definition at line 24 of file pattern.cc.
References osl::Ptype_Table, same, and target.
| bool osl::rating::LongTarget2::same |
Definition at line 106 of file pattern.h.
Referenced by LongTarget2(), match(), and name().
| Ptype osl::rating::LongTarget2::target |
Definition at line 105 of file pattern.h.
Referenced by LongTarget2(), match(), and name().