#include <escape.h>


Public Member Functions | |
| FromEffectGroup () | |
| 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 13 of file group/escape.h.
| bool osl::rating::FromEffectGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 29 of file group/escape.h.
| int osl::rating::FromEffectGroup::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 21 of file group/escape.h.
References osl::Move::from(), osl::rating::CountEffect2::index(), osl::Move::isDrop(), and osl::rating::RatingEnv::progress.
| void osl::rating::FromEffectGroup::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 16 of file group/escape.h.
References osl::rating::Group::showTopN().
1.7.6.1