CTR NEX API Reference
nn::nex::MatchmakeRefereeStatsTarget クラス

個人統計を取得する際の対象を表すクラスです。 [詳解]

#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 を取得します。

戻り値
プリンシパル ID。
void nn::nex::MatchmakeRefereeStatsTarget::SetCategory ( qUnsignedInt32  category_)

カテゴリをセットします。

引数
[in]category_カテゴリ。
qUnsignedInt32 nn::nex::MatchmakeRefereeStatsTarget::GetCategory ( ) const

カテゴリを取得します。

戻り値
カテゴリ。