#include <escape.h>


Public Member Functions | |
| PtypeAttackedGroup () | |
| void | show (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const |
| int | findMatch (const NumEffectState &state, Move move, const RatingEnv &env) const |
| bool | effectiveInCheck () const |
Definition at line 32 of file group/escape.h.
Definition at line 15 of file escape.cc.
References osl::PTYPE_MAX, osl::PTYPE_MIN, and osl::PTYPE_PIECE_MIN.
| bool osl::rating::PtypeAttackedGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 50 of file group/escape.h.
| int osl::rating::PtypeAttackedGroup::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 40 of file group/escape.h.
References osl::alt(), osl::Move::from(), osl::Move::isDrop(), osl::Move::oldPtype(), osl::Move::player(), osl::rating::RatingEnv::progress, osl::PTYPE_MAX, osl::PTYPE_MIN, and osl::PTYPE_PIECE_MIN.
| void osl::rating::PtypeAttackedGroup::show | ( | std::ostream & | os, |
| int | name_width, | ||
| const range_t & | range, | ||
| const vector< double > & | weights | ||
| ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 35 of file group/escape.h.
References osl::rating::Group::showTopN().
1.7.6.1