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

マッチメイクセッションの検索条件を格納するデータクラスです。 [詳解]

#include <RendezVous/Services/Jugem/Matchmake/src/Common/FindMatchmakeSessionByParticipantParam.h>

DDLCLASSFindMatchmakeSessionByParticipantParamを継承しています。

公開メンバ関数

 FindMatchmakeSessionByParticipantParam ()
 コンストラクタです。
 
virtual ~FindMatchmakeSessionByParticipantParam ()
 デストラクタです。
 
const MatchmakeBlockListParamGetBlockListParam () const
 設定された MatchmakeBlockListParam を返します [詳解]
 
const qList< PrincipalID > & GetPrincipalIds () const
 検索対象となるプリンシパルIDのリストを返します [詳解]
 
qUnsignedInt32 GetResultOptions () const
 設定された FindMatchmakeSessionResultOption の値を返します [詳解]
 
void Reset ()
 オブジェクトをデフォルトコンストラクタで生成した状態に初期化します。
 
void SetBlockListParam (const MatchmakeBlockListParam &blockListParam)
 ブロックリストの使用方法を設定します [詳解]
 
void SetPrincipalIds (const qList< PrincipalID > &principalIdList)
 検索対象となるプリンシパルIDのリストを設定します [詳解]
 
void SetResultOptions (qUnsignedInt32 resultOptions)
 検索結果として返す FindMatchmakeSessionResult の形式を設定します [詳解]
 

詳解

マッチメイクセッションの検索条件を格納するデータクラスです。

MatchmakeExtensionClient::FindMatchmakeSessionByParticipant における検索条件として利用します

関数詳解

void nn::nex::FindMatchmakeSessionByParticipantParam::SetPrincipalIds ( const qList< PrincipalID > &  principalIdList)

検索対象となるプリンシパルIDのリストを設定します

引数
[in]principalIdListプリンシパルIDのリスト
void nn::nex::FindMatchmakeSessionByParticipantParam::SetResultOptions ( qUnsignedInt32  resultOptions)

検索結果として返す FindMatchmakeSessionResult の形式を設定します

引数
[in]resultOptionsFindMatchmakeSessionResultOption のビットフラグ
参照
nn::nex::FindMatchmakeSessionResultOption
void nn::nex::FindMatchmakeSessionByParticipantParam::SetBlockListParam ( const MatchmakeBlockListParam blockListParam)

ブロックリストの使用方法を設定します

引数
[in]blockListParamブロックリストの挙動を指定するパラメータ
const qList<PrincipalID>& nn::nex::FindMatchmakeSessionByParticipantParam::GetPrincipalIds ( ) const

検索対象となるプリンシパルIDのリストを返します

戻り値
プリンシパルIDのリスト
qUnsignedInt32 nn::nex::FindMatchmakeSessionByParticipantParam::GetResultOptions ( ) const

設定された FindMatchmakeSessionResultOption の値を返します

戻り値
FindMatchmakeSessionResultOption の値
参照
nn::nex::FindMatchmakeSessionResultOption
const MatchmakeBlockListParam& nn::nex::FindMatchmakeSessionByParticipantParam::GetBlockListParam ( ) const

設定された MatchmakeBlockListParam を返します

戻り値
MatchmakeBlockListParam