#include <feature.h>
Public Member Functions | |
Open (int p) | |
bool | match (const NumEffectState &state, Move move, const RatingEnv &) const |
bool | effectiveInCheck () const |
![]() | |
Feature (const std::string &name) | |
virtual | ~Feature () |
const std::string & | name () const |
Static Public Member Functions | |
static int | index (const NumEffectState &state, Move move) |
static const std::string | name (int property) |
Private Attributes | |
int | property |
Definition at line 122 of file rating/feature.h.
|
inline |
Definition at line 126 of file rating/feature.h.
|
inlinevirtual |
Reimplemented from osl::rating::Feature.
Definition at line 139 of file rating/feature.h.
|
inlinestatic |
Definition at line 127 of file rating/feature.h.
References osl::alt(), osl::Move::from(), osl::rating::CountOpen::index(), osl::Move::isDrop(), and osl::Move::player().
Referenced by osl::rating::OpenGroup::findMatch(), and match().
|
inlinevirtual |
Implements osl::rating::Feature.
Definition at line 134 of file rating/feature.h.
|
static |
Definition at line 40 of file rating/feature.cc.
|
private |
Definition at line 124 of file rating/feature.h.
Referenced by match().