|
My Project
|
#include <capture.h>
Public Types | |
| enum | { INF = 999999 } |
Public Member Functions | |
| Capture (int f, int l) | |
| bool | match (const NumEffectState &state, Move move, const RatingEnv &env) const |
Public Member Functions inherited from osl::rating::Feature | |
| Feature (const std::string &name) | |
| virtual | ~Feature () |
| virtual bool | effectiveInCheck () const |
| const std::string & | name () const |
Static Public Member Functions | |
| static int | see (const NumEffectState &state, Move move, const RatingEnv &env) |
Static Private Member Functions | |
| static const std::string | name (int first, int last) |
Private Attributes | |
| int | first |
| int | last |
|
inlinevirtual |
|
staticprivate |
Definition at line 6 of file capture.cc.
|
inlinestatic |
Definition at line 24 of file capture.h.
References osl::rating::RatingEnv::my_pin, osl::rating::RatingEnv::op_pin, osl::eval::See::see(), and see().
Referenced by osl::rating::CaptureGroup::findMatch(), match(), and see().
|
private |
|
private |