Public Member Functions | |
CDynamicFactorRating () | |
~CDynamicFactorRating () | |
int | size () const |
int | entry (const int pos) const |
void | increment_Hits_at_position (const int pos) |
Private Attributes | |
int | distribution [mysize] |
Static Private Attributes | |
static const int | mysize = 7 |
Definition at line 11 of file mpqsStatistics.cc.
statistical_data::CDynamicFactorRating::CDynamicFactorRating | ( | ) | [inline] |
statistical_data::CDynamicFactorRating::~CDynamicFactorRating | ( | ) | [inline] |
Definition at line 31 of file mpqsStatistics.cc.
int statistical_data::CDynamicFactorRating::size | ( | void | ) | const [inline] |
Definition at line 33 of file mpqsStatistics.cc.
References mysize.
Referenced by increment_Hits_at_position(), statistical_data::StatusReport(), and statistical_data::XML_StatusReport().
int statistical_data::CDynamicFactorRating::entry | ( | const int | pos | ) | const [inline] |
Definition at line 38 of file mpqsStatistics.cc.
References distribution.
Referenced by statistical_data::StatusReport(), and statistical_data::XML_StatusReport().
void statistical_data::CDynamicFactorRating::increment_Hits_at_position | ( | const int | pos | ) | [inline] |
Definition at line 43 of file mpqsStatistics.cc.
References distribution, and size().
const int statistical_data::CDynamicFactorRating::mysize = 7 [static, private] |
int statistical_data::CDynamicFactorRating::distribution[mysize] [private] |
Definition at line 15 of file mpqsStatistics.cc.
Referenced by CDynamicFactorRating(), entry(), and increment_Hits_at_position().