#include <group.h>


Public Member Functions | |
| OpenGroup () | |
| 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 &) const |
| bool | effectiveInCheck () const |
| osl::rating::OpenGroup::OpenGroup | ( | ) | [inline] |
| bool osl::rating::OpenGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
| int osl::rating::OpenGroup::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 157 of file group.h.
References osl::rating::Open::index().
| void osl::rating::OpenGroup::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 152 of file group.h.
References osl::rating::Group::showTopN().
1.7.6.1