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

ラウンドを表すクラスです。 [詳解]

#include <RendezVous/Services/Jugem/MatchmakeReferee/src/Common/MatchmakeRefereeRound.h>

DDLCLASSMatchmakeRefereeRoundを継承しています。

公開メンバ関数

 MatchmakeRefereeRound ()
 コンストラクタです。
 
virtual ~MatchmakeRefereeRound ()
 デストラクタです。
 
GatheringID GetGatheringId () const
 ギャザリング ID を取得します。 [詳解]
 
const qVector< MatchmakeRefereePersonalRoundResult > & GetNormalizedRoundResult () const
 正規化済みのレポートを取得します。 [詳解]
 
qUnsignedInt32 GetPersonalDataCategory () const
 ラウンドのカテゴリを取得します。 [詳解]
 
qUnsignedInt64 GetRoundId () const
 ラウンド ID を取得します。 [詳解]
 
qUnsignedInt32 GetState () const
 ラウンドの状態を取得します。 [詳解]
 
void Reset ()
 オブジェクトをデフォルトコンストラクタで生成した状態に初期化します。
 
void Trace (qUnsignedInt64 uiTraceFlags=TRACE_ALWAYS, qBool bShowBufferContents=false) const
 MatchmakeRefereeRoundオブジェクトの内容をトレースします。 [詳解]
 

詳解

ラウンドを表すクラスです。

関数詳解

qUnsignedInt64 nn::nex::MatchmakeRefereeRound::GetRoundId ( ) const

ラウンド ID を取得します。

戻り値
ラウンド ID。
GatheringID nn::nex::MatchmakeRefereeRound::GetGatheringId ( ) const

ギャザリング ID を取得します。

戻り値
ギャザリング ID。
qUnsignedInt32 nn::nex::MatchmakeRefereeRound::GetState ( ) const

ラウンドの状態を取得します。

戻り値
MatchmakeRefereeConstants::RoundState で表される状態。
qUnsignedInt32 nn::nex::MatchmakeRefereeRound::GetPersonalDataCategory ( ) const

ラウンドのカテゴリを取得します。

戻り値
カテゴリ番号。
const qVector<MatchmakeRefereePersonalRoundResult>& nn::nex::MatchmakeRefereeRound::GetNormalizedRoundResult ( ) const

正規化済みのレポートを取得します。

戻り値
正規化レポート、もしくは、未だ正規化されていない場合は空になります。
void nn::nex::MatchmakeRefereeRound::Trace ( qUnsignedInt64  uiTraceFlags = TRACE_ALWAYS,
qBool  bShowBufferContents = false 
) const

MatchmakeRefereeRoundオブジェクトの内容をトレースします。

引数
[in]uiTraceFlagsTraceLog::SetFlag()の引数と同様です。
[in]bShowBufferContentsMatchmakeRefereePersonalRoundResult の buffer の中身も表示するか。