#include <countEffect2.h>

Public メソッド | |
| CountEffect2 (int a, int d) | |
| bool | match (const NumEffectState &state, Position position, const RatingEnv &env) const |
Static Public メソッド | |
| static std::pair< int, int > | count (const NumEffectState &state, Position position, const RatingEnv &env) |
| static std::string | name (int attack, int defense) |
| static int | index (const NumEffectState &state, Position position, const RatingEnv &env) |
Public 変数 | |
| int | attack |
| int | defense |
Static Public 変数 | |
| static const int | Max = 2 |
countEffect2.h の 14 行で定義されています。
| osl::rating::CountEffect2::CountEffect2 | ( | int | a, | |
| int | d | |||
| ) | [inline] |
countEffect2.h の 18 行で定義されています。
| static int osl::rating::CountEffect2::index | ( | const NumEffectState & | state, | |
| Position | position, | |||
| const RatingEnv & | env | |||
| ) | [inline, static] |
countEffect2.h の 43 行で定義されています。
参照先 count(), osl::rating::RatingEnv::counteffect2_cache, osl::Position::index(), osl::Position::isOnBoard(), と Max.
参照元 osl::rating::PatternBlockGroup::findMatch(), osl::rating::PatternLongGroup::findMatch(), osl::rating::PatternGroup::findMatch(), osl::rating::AttackKing8Group::findMatch(), と osl::rating::FromEffectGroup::findMatch().
| std::string osl::rating::CountEffect2::name | ( | int | attack, | |
| int | defense | |||
| ) | [static] |
countEffect2.cc の 9 行で定義されています。
countEffect2.h の 17 行で定義されています。
countEffect2.h の 17 行で定義されています。
const int osl::rating::CountEffect2::Max = 2 [static] |
countEffect2.h の 16 行で定義されています。
1.6.3