#include <group.h>
Public Member Functions | |
SendOffGroup () | |
void | show (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const |
int | findMatch (const NumEffectState &, Move move, const RatingEnv &env) const |
osl::rating::SendOffGroup::SendOffGroup | ( | ) | [inline] |
int osl::rating::SendOffGroup::findMatch | ( | const NumEffectState & | state, |
Move | m, | ||
const RatingEnv & | env | ||
) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 112 of file group.h.
References osl::Move::capturePtype(), osl::rating::RatingEnv::progress, osl::PTYPE_EMPTY, osl::rating::RatingEnv::sendoffs, and osl::Move::to().
void osl::rating::SendOffGroup::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 107 of file group.h.
References osl::rating::Group::showAll().