#include <feature.h>
Public メソッド | |
Check (int p) | |
bool | match (const NumEffectState &state, Move move, const RatingEnv &) const |
bool | effectiveInCheck () const |
Static Public メソッド | |
static bool | openLong (const NumEffectState &state, Move move) |
Static Public 変数 | |
static const CArray< const char *, 4 > | check_property = {{ "Di", "DO", "OC", "Bo" }} |
Private 変数 | |
int | property |
osl::rating::Check::Check | ( | int | p | ) |
feature.cc の 13 行で定義されています。
bool osl::rating::Check::effectiveInCheck | ( | ) | const [inline, virtual] |
osl::rating::Featureを再定義しています。
static bool osl::rating::Check::openLong | ( | const NumEffectState & | state, | |
Move | move | |||
) | [inline, static] |
const osl::CArray< const char *, 4 > osl::rating::Check::check_property = {{ "Di", "DO", "OC", "Bo" }} [static] |
int osl::rating::Check::property [private] |