#include <bigramGroup.h>


Public メソッド | |
| BigramAttackGroup (bool same, bool focus_x) | |
| void | show (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const |
| int | findMatch (const NumEffectState &state, Move m, const RatingEnv &env) const |
Static Public メソッド | |
| static std::string | name (bool same, bool focus_x) |
Private 変数 | |
| bool | same |
| bool | focus_x |
bigramGroup.h の 13 行で定義されています。
| osl::rating::BigramAttackGroup::BigramAttackGroup | ( | bool | same, | |
| bool | focus_x | |||
| ) |
bigramGroup.cc の 13 行で定義されています。
| int osl::rating::BigramAttackGroup::findMatch | ( | const NumEffectState & | state, | |
| Move | m, | |||
| const RatingEnv & | env | |||
| ) | const [virtual] |
| std::string osl::rating::BigramAttackGroup::name | ( | bool | same, | |
| bool | focus_x | |||
| ) | [static] |
bigramGroup.cc の 6 行で定義されています。
| void osl::rating::BigramAttackGroup::show | ( | std::ostream & | os, | |
| int | name_width, | |||
| const range_t & | range, | |||
| const vector< double > & | weights | |||
| ) | const [inline, virtual] |
bool osl::rating::BigramAttackGroup::focus_x [private] |
bigramGroup.h の 15 行で定義されています。
参照元 BigramAttackGroup(), と findMatch().
bool osl::rating::BigramAttackGroup::same [private] |
bigramGroup.h の 15 行で定義されています。
参照元 BigramAttackGroup(), と findMatch().
1.6.3