個人統計を取得する際の対象を表すクラスです。 [詳解]
#include <RendezVous/Services/Jugem/MatchmakeReferee/src/Common/MatchmakeRefereeStatsTarget.h>
DDLCLASSMatchmakeRefereeStatsTargetを継承しています。
公開メンバ関数 | |
MatchmakeRefereeStatsTarget () | |
コンストラクタです。 | |
virtual | ~MatchmakeRefereeStatsTarget () |
デストラクタです。 | |
qUnsignedInt32 | GetCategory () const |
カテゴリを取得します。 [詳解] | |
PrincipalID | GetPrincipalId () const |
プリンシパル ID を取得します。 [詳解] | |
void | Reset () |
オブジェクトをデフォルトコンストラクタで生成した状態に初期化します。 | |
void | SetCategory (qUnsignedInt32 category_) |
カテゴリをセットします。 [詳解] | |
void | SetPrincipalId (PrincipalID pid_) |
プリンシパル ID をセットします。 [詳解] | |
個人統計を取得する際の対象を表すクラスです。
void nn::nex::MatchmakeRefereeStatsTarget::SetPrincipalId | ( | PrincipalID | pid_ | ) |
プリンシパル ID をセットします。
[in] | pid_ | プリンシパル ID。 |
PrincipalID nn::nex::MatchmakeRefereeStatsTarget::GetPrincipalId | ( | ) | const |
プリンシパル ID を取得します。
void nn::nex::MatchmakeRefereeStatsTarget::SetCategory | ( | qUnsignedInt32 | category_ | ) |
カテゴリをセットします。
[in] | category_ | カテゴリ。 |
qUnsignedInt32 nn::nex::MatchmakeRefereeStatsTarget::GetCategory | ( | ) | const |
カテゴリを取得します。