個人統計の初期値を表すクラスです。 [詳解]
#include <RendezVous/Services/Jugem/MatchmakeReferee/src/Common/MatchmakeRefereeStatsInitParam.h>
DDLCLASSMatchmakeRefereeStatsInitParamを継承しています。
公開メンバ関数 | |
MatchmakeRefereeStatsInitParam () | |
コンストラクタです。 | |
virtual | ~MatchmakeRefereeStatsInitParam () |
デストラクタです。 | |
qUnsignedInt32 | GetCategory () const |
カテゴリを取得します。 [詳解] | |
qUnsignedInt32 | GetInitialRatingValue () const |
レートの初期値を取得します。 [詳解] | |
void | Reset () |
オブジェクトをデフォルトコンストラクタで生成した状態に初期化します。 | |
void | SetCategory (qUnsignedInt32 category_) |
カテゴリをセットします。 [詳解] | |
void | SetInitialRatingValue (qUnsignedInt32 initialRatingValue_) |
レートの初期値をセットします。 [詳解] | |
個人統計の初期値を表すクラスです。
void nn::nex::MatchmakeRefereeStatsInitParam::SetInitialRatingValue | ( | qUnsignedInt32 | initialRatingValue_ | ) |
レートの初期値をセットします。
[in] | initialRatingValue_ | レートの初期値。 |
qUnsignedInt32 nn::nex::MatchmakeRefereeStatsInitParam::GetInitialRatingValue | ( | ) | const |
レートの初期値を取得します。
void nn::nex::MatchmakeRefereeStatsInitParam::SetCategory | ( | qUnsignedInt32 | category_ | ) |
カテゴリをセットします。
[in] | category_ | カテゴリ。 |
qUnsignedInt32 nn::nex::MatchmakeRefereeStatsInitParam::GetCategory | ( | ) | const |
カテゴリを取得します。