#include <group.h>


Public Member Functions | |
| KaranariGroup () | |
| 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 |
| int osl::rating::KaranariGroup::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [virtual] |
Reimplemented from osl::rating::Group.
Definition at line 192 of file group.cc.
References osl::rating::Karanari::index().
| void osl::rating::KaranariGroup::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 179 of file group.h.
References osl::rating::Group::showAll().
1.7.6.1