プリンシパルIDとそのユーザーが参加しているマッチメイクセッションを格納するクラスです。 [詳解]
#include <RendezVous/Services/Jugem/Matchmake/src/Common/PlayingSession.h>
公開メンバ関数 | |
PlayingSession () | |
コンストラクタです。 | |
virtual | ~PlayingSession () |
デストラクタです。 | |
GatheringHolder & | GetGatheringHolder () |
参加しているマッチメイクセッションを GatheringHolder 形式で取得します [詳解] | |
MatchmakeSession * | GetMatchmakeSession () const |
参加しているマッチメイクセッションを取得します [詳解] | |
PrincipalID | GetPrincipalID () const |
プリンシパルIDを取得します [詳解] | |
プリンシパルIDとそのユーザーが参加しているマッチメイクセッションを格納するクラスです。
PrincipalID nn::nex::PlayingSession::GetPrincipalID | ( | ) | const |
プリンシパルIDを取得します
MatchmakeSession* nn::nex::PlayingSession::GetMatchmakeSession | ( | ) | const |
参加しているマッチメイクセッションを取得します
GatheringHolder& nn::nex::PlayingSession::GetGatheringHolder | ( | ) |
参加しているマッチメイクセッションを GatheringHolder 形式で取得します