#include <king8.h>
Public メソッド | |
AttackKing8 (Ptype s, Ptype t, bool ss, int attack, int defense) | |
bool | match (const NumEffectState &state, Move move, const RatingEnv &env) const |
Static Private メソッド | |
static const std::string | name (Ptype self, Ptype target, bool same) |
Private 変数 | |
Ptype | self |
Ptype | target |
bool | same |
rating/feature/king8.h の 15 行で定義されています。
osl::rating::AttackKing8::AttackKing8 | ( | Ptype | s, | |
Ptype | t, | |||
bool | ss, | |||
int | attack, | |||
int | defense | |||
) | [inline] |
rating/feature/king8.h の 21 行で定義されています。
bool osl::rating::AttackKing8::match | ( | const NumEffectState & | state, | |
Move | move, | |||
const RatingEnv & | env | |||
) | const [inline, virtual] |
osl::rating::Featureを実装しています。
rating/feature/king8.h の 26 行で定義されています。
参照先 osl::alt(), osl::Move::from(), osl::Move::isDrop(), osl::isPiece(), osl::Position::isPieceStand(), osl::rating::CountEffect2::match(), osl::Piece::owner(), osl::Move::player(), osl::Piece::ptype(), osl::Move::ptype(), osl::Move::ptypeO(), same, target, と osl::Move::to().
const std::string osl::rating::AttackKing8::name | ( | Ptype | self, | |
Ptype | target, | |||
bool | same | |||
) | [static, private] |
rating/feature/king8.cc の 5 行で定義されています。
bool osl::rating::AttackKing8::same [private] |
rating/feature/king8.h の 18 行で定義されています。
参照元 match().
Ptype osl::rating::AttackKing8::self [private] |
rating/feature/king8.h の 17 行で定義されています。
Ptype osl::rating::AttackKing8::target [private] |
rating/feature/king8.h の 17 行で定義されています。
参照元 match().