My Project
|
#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 119 of file rating/feature.h.
|
inline |
Definition at line 123 of file rating/feature.h.
|
inlinevirtual |
Reimplemented from osl::rating::Feature.
Definition at line 136 of file rating/feature.h.
|
inlinestatic |
Definition at line 124 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 131 of file rating/feature.h.
|
static |
Definition at line 36 of file feature.cc.
|
private |
Definition at line 121 of file rating/feature.h.
Referenced by match().