ギャザリングのホストのURLを格納するクラスです。 [詳解]
#include <RendezVous/Services/MatchMaking/src/Common/GatheringURLs.h>
公開メンバ関数 | |
GatheringURLs () | |
コンストラクタです。 | |
virtual | ~GatheringURLs () |
デストラクタです。 | |
GatheringID | GetGatheringID () const |
ギャザリングのIDを取得します | |
const qList< StationURL > & | GetStationURLs () const |
ギャザリングのホストのURLを取得します | |
void | SetGatheringID (GatheringID gid) |
ギャザリングのIDを設定します [詳解] | |
void | SetStationURLs (const qList< StationURL > &stationURLList) |
ギャザリングのホストのURLを設定します [詳解] | |
ギャザリングのホストのURLを格納するクラスです。
void nn::nex::GatheringURLs::SetGatheringID | ( | GatheringID | gid | ) |
ギャザリングのIDを設定します
[in] | gid | ギャザリングID |
void nn::nex::GatheringURLs::SetStationURLs | ( | const qList< StationURL > & | stationURLList | ) |
ギャザリングのホストのURLを設定します
[in] | stationURLList | ギャザリングのホストのURL |