#include <escape.h>
Public Member Functions | |
ToSupportedGroup () | |
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 53 of file group/escape.h.
osl::rating::ToSupportedGroup::ToSupportedGroup | ( | ) | [inline] |
Definition at line 55 of file group/escape.h.
bool osl::rating::ToSupportedGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 72 of file group/escape.h.
int osl::rating::ToSupportedGroup::findMatch | ( | const NumEffectState & | state, |
Move | m, | ||
const RatingEnv & | env | ||
) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 65 of file group/escape.h.
References osl::rating::RatingEnv::progress.
void osl::rating::ToSupportedGroup::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 60 of file group/escape.h.
References osl::rating::Group::showAll().