ラウンドを表すクラスです。 [詳解]
#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 を取得します。
GatheringID nn::nex::MatchmakeRefereeRound::GetGatheringId | ( | ) | const |
ギャザリング ID を取得します。
qUnsignedInt32 nn::nex::MatchmakeRefereeRound::GetState | ( | ) | const |
ラウンドの状態を取得します。
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] | uiTraceFlags | TraceLog::SetFlag()の引数と同様です。 |
[in] | bShowBufferContents | MatchmakeRefereePersonalRoundResult の buffer の中身も表示するか。 |